make_valid
Ensure geometry validity for accurate geospatial analysis. Fix invalid geometries to enable precise GIS operations and spatial measurements using the GIS MCP Server.
Instructions
Make a geometry valid.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
geometry | Yes |
Input Schema (JSON Schema)
{
"properties": {
"geometry": {
"title": "Geometry",
"type": "string"
}
},
"required": [
"geometry"
],
"title": "make_validArguments",
"type": "object"
}