Skip to main content
Glama

GIS Data Conversion MCP

coordinates_to_location

Convert latitude and longitude coordinates into precise location names using reverse geocoding within the GIS Data Conversion MCP server.

Instructions

Convert latitude/longitude coordinates to location name using reverse geocoding

Input Schema

NameRequiredDescriptionDefault
latitudeYesLatitude coordinate
longitudeYesLongitude coordinate

Input Schema (JSON Schema)

{ "properties": { "latitude": { "description": "Latitude coordinate", "type": "number" }, "longitude": { "description": "Longitude coordinate", "type": "number" } }, "required": [ "latitude", "longitude" ], "type": "object" }

You must be authenticated.

Other Tools from GIS Data Conversion MCP

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/ronantakizawa/gis-dataconvertersion-mcp'

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