get_bounds
Retrieve the bounding box coordinates of a specified geometry. Use this to define the spatial extent for geospatial analysis and mapping within the GIS MCP Server.
Instructions
Get the bounds of a geometry.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
geometry | Yes |
Input Schema (JSON Schema)
{
"properties": {
"geometry": {
"title": "Geometry",
"type": "string"
}
},
"required": [
"geometry"
],
"title": "get_boundsArguments",
"type": "object"
}