Skip to main content
Glama

MCP Google Map Server

maps_elevation

Retrieve elevation data for specific geographic coordinates using Google Maps API integration on the MCP Google Map Server. Input latitude and longitude to access precise altitude information for multiple locations.

Instructions

獲取位置的海拔數據

Input Schema

NameRequiredDescriptionDefault
locationsYes要獲取海拔數據的位置列表

Input Schema (JSON Schema)

{ "properties": { "locations": { "description": "要獲取海拔數據的位置列表", "items": { "properties": { "latitude": { "description": "緯度", "type": "number" }, "longitude": { "description": "經度", "type": "number" } }, "required": [ "latitude", "longitude" ], "type": "object" }, "type": "array" } }, "required": [ "locations" ], "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