Skip to main content
Glama

GIS MCP Server

translate_geometry

Translate geometric coordinates by applying specified offsets along X, Y, and Z axes for accurate spatial adjustments in GIS operations.

Instructions

Translate a geometry.

Input Schema

NameRequiredDescriptionDefault
geometryYes
xoffYes
yoffYes
zoffNo

Input Schema (JSON Schema)

{ "properties": { "geometry": { "title": "Geometry", "type": "string" }, "xoff": { "title": "Xoff", "type": "number" }, "yoff": { "title": "Yoff", "type": "number" }, "zoff": { "default": 0, "title": "Zoff", "type": "number" } }, "required": [ "geometry", "xoff", "yoff" ], "title": "translate_geometryArguments", "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