II.
ToolDescriptor JSON
Structured · livetool-descriptor:maps.search-places
Maps: Search Places json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}