Skip to main content
Glama

Google Services MCP Server

get-directions

Generate driving, walking, bicycling, or transit directions between two locations using Google Maps data to plan your route efficiently.

Instructions

Get directions between two locations

Input Schema

NameRequiredDescriptionDefault
destinationYesEnding location (address or lat,lng)
modeNoTravel mode
originYesStarting location (address or lat,lng)

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "Ending location (address or lat,lng)", "type": "string" }, "mode": { "description": "Travel mode", "enum": [ "driving", "walking", "bicycling", "transit" ], "type": "string" }, "origin": { "description": "Starting location (address or lat,lng)", "type": "string" } }, "required": [ "origin", "destination" ], "type": "object" }

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/RichardFelix999/Google-Service-MCP'

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