GIS MCP Server

get_geometry_type

Identify the type of a geometric feature (e.g., point, line, polygon) by analyzing its structure, enabling accurate geospatial data processing and analysis within GIS workflows.

Instructions

Get the type of a geometry.

Input Schema

NameRequiredDescriptionDefault
geometryYes

Input Schema (JSON Schema)

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