envelope
Calculate the bounding box of a geometry using the GIS MCP Server, enabling precise geospatial analysis and integration with AI-driven workflows.
Instructions
Get bounding box of a geometry.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
geometry | Yes |
Input Schema (JSON Schema)
{
"properties": {
"geometry": {
"title": "Geometry",
"type": "string"
}
},
"required": [
"geometry"
],
"title": "envelopeArguments",
"type": "object"
}