get_centroid
Calculate the centroid of a geometry using the GIS MCP Server for precise geospatial analysis, enabling accurate geometric operations in AI-driven workflows.
Instructions
Get the centroid 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_centroidArguments",
"type": "object"
}