Skip to main content
Glama

GIS MCP Server

rotate_geometry

Rotates a specified geometry by a given angle around a defined origin, supporting degrees or radians. Use this tool in GIS workflows to adjust spatial data orientation accurately.

Instructions

Rotate a geometry.

Input Schema

NameRequiredDescriptionDefault
angleYes
geometryYes
originNocenter
use_radiansNo

Input Schema (JSON Schema)

{ "properties": { "angle": { "title": "Angle", "type": "number" }, "geometry": { "title": "Geometry", "type": "string" }, "origin": { "default": "center", "title": "Origin", "type": "string" }, "use_radians": { "default": false, "title": "Use Radians", "type": "boolean" } }, "required": [ "geometry", "angle" ], "title": "rotate_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