iiRecord
Agentic AI Atlas · Maps: Search Places
tool-descriptor:maps.search-placesa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:maps.search-places

Structured · live

Maps: Search Places json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/google-maps-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:maps.search-places",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/google-maps-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Maps: Search Places",
    "description": "Text search for places matching a query.",
    "inputSchema": {
      "type": "object",
      "required": [
        "query"
      ],
      "properties": {
        "query": {
          "type": "string"
        },
        "location": {
          "type": "object"
        },
        "radius": {
          "type": "number"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "places": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:maps.search-places",
      "to": "tool-server:mcp-google-maps",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-google-maps",
      "to": "tool-descriptor:maps.search-places",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}