get_length
Calculate the length of a geometric feature using the GIS MCP Server. Input a geometry string to perform accurate spatial measurements for geospatial analysis.
Instructions
Get the length of a geometry.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
geometry | Yes |
Input Schema (JSON Schema)
{
"properties": {
"geometry": {
"title": "Geometry",
"type": "string"
}
},
"required": [
"geometry"
],
"title": "get_lengthArguments",
"type": "object"
}