GIS MCP Server

make_valid

Correct invalid geometries for accurate geospatial analysis. Ensures geometric validity for use in mapping, spatial calculations, and GIS workflows within the GIS MCP Server.

Instructions

Make a geometry valid.

Input Schema

NameRequiredDescriptionDefault
geometryYes

Input Schema (JSON Schema)

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