Skip to main content
Glama

MCP Google Map Server

maps_reverse_geocode

Convert latitude and longitude coordinates into precise addresses using Google Maps API integration, enabling accurate location identification.

Instructions

將座標轉換為地址

Input Schema

NameRequiredDescriptionDefault
latitudeYes緯度
longitudeYes經度

Input Schema (JSON Schema)

{ "properties": { "latitude": { "description": "緯度", "type": "number" }, "longitude": { "description": "經度", "type": "number" } }, "required": [ "latitude", "longitude" ], "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