GIS MCP Server

get_coordinates

Extract precise coordinates from a given geometry using GIS MCP Server, enabling geospatial analysis and accurate location-based insights.

Instructions

Get the coordinates of a geometry.

Input Schema

NameRequiredDescriptionDefault
geometryYes

Input Schema (JSON Schema)

{ "properties": { "geometry": { "title": "Geometry", "type": "string" } }, "required": [ "geometry" ], "title": "get_coordinatesArguments", "type": "object" }
ID: irl5u9uw6f