GIS MCP Server

get_bounds

Calculate the bounding coordinates of a given geometry using GIS MCP Server. Input a geometry string to retrieve its spatial extent for geospatial analysis or mapping purposes.

Instructions

Get the bounds of a geometry.

Input Schema

NameRequiredDescriptionDefault
geometryYes

Input Schema (JSON Schema)

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