GIS MCP Server

get_length

Calculate the length of a geometric feature using the GIS MCP Server, enabling precise measurement for geospatial analysis and data accuracy.

Instructions

Get the length of a geometry.

Input Schema

NameRequiredDescriptionDefault
geometryYes

Input Schema (JSON Schema)

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