is_valid
Validate geometry accuracy with the GIS MCP Server's tool, ensuring geospatial data integrity for precise geometric operations and analysis.
Instructions
Check if a geometry is valid.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
geometry | Yes |
Input Schema (JSON Schema)
{
"properties": {
"geometry": {
"title": "Geometry",
"type": "string"
}
},
"required": [
"geometry"
],
"title": "is_validArguments",
"type": "object"
}