Google Maps MCP Server

maps_place_details

Get detailed information about a specific place

Input Schema

NameRequiredDescriptionDefault
place_idYesThe place ID to get details for

Input Schema (JSON Schema)

{ "properties": { "place_id": { "description": "The place ID to get details for", "type": "string" } }, "required": [ "place_id" ], "type": "object" }