GIS MCP Server

simplify

Streamline complex geometries by reducing vertices while maintaining essential topological integrity, using specified tolerance values for precision in geospatial analysis.

Instructions

Simplify a geometry.

Input Schema

NameRequiredDescriptionDefault
geometryYes
preserve_topologyNo
toleranceYes

Input Schema (JSON Schema)

{ "properties": { "geometry": { "title": "Geometry", "type": "string" }, "preserve_topology": { "default": true, "title": "Preserve Topology", "type": "boolean" }, "tolerance": { "title": "Tolerance", "type": "number" } }, "required": [ "geometry", "tolerance" ], "title": "simplifyArguments", "type": "object" }
ID: irl5u9uw6f