iiRecord
Agentic AI Atlas · Maps: Place Details
tool-descriptor:maps.place-detailsa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:maps.place-details

Structured · live

Maps: Place Details 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.place-details",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/google-maps-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Maps: Place Details",
    "description": "Return details for a specific place_id.",
    "inputSchema": {
      "type": "object",
      "required": [
        "place_id"
      ],
      "properties": {
        "place_id": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "place": {
          "type": "object"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:maps.place-details",
      "to": "tool-server:mcp-google-maps",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-google-maps",
      "to": "tool-descriptor:maps.place-details",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}