GIS MCP Server

is_valid

Validate the integrity of geometric shapes using the GIS MCP Server, ensuring accurate geospatial analysis and enabling AI assistants to perform precise geometric operations.

Instructions

Check if a geometry is valid.

Input Schema

NameRequiredDescriptionDefault
geometryYes

Input Schema (JSON Schema)

{ "properties": { "geometry": { "title": "Geometry", "type": "string" } }, "required": [ "geometry" ], "title": "is_validArguments", "type": "object" }
ID: irl5u9uw6f