Skip to main content
Glama

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mahdin75/gis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server