Skip to main content
Glama

MCP Google Map Server

maps_directions

Generate precise directions between two locations using specified travel modes like driving, walking, bicycling, or transit. Ideal for planning routes with accurate, real-time guidance.

Instructions

獲取兩點之間的路線指引

Input Schema

NameRequiredDescriptionDefault
destinationYes終點地址或座標
modeNo交通模式driving
originYes起點地址或座標

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "終點地址或座標", "type": "string" }, "mode": { "default": "driving", "description": "交通模式", "enum": [ "driving", "walking", "bicycling", "transit" ], "type": "string" }, "origin": { "description": "起點地址或座標", "type": "string" } }, "required": [ "origin", "destination" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Google Map Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cablate/mcp-google-map'

If you have feedback or need assistance with the MCP directory API, please join our Discord server