get_area
Calculate the area of a specified geometric shape using the GIS MCP Server, enabling precise geospatial analysis for accurate spatial measurements and decision-making.
Instructions
Get the area 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_areaArguments",
"type": "object"
}