Skip to main content
Glama

GIS MCP Server

scale_geometry

Resize a geometric shape by applying scaling factors along the X and Y axes, with optional origin point customization. Tool supports precise geospatial transformations in GIS workflows.

Instructions

Scale a geometry.

Input Schema

NameRequiredDescriptionDefault
geometryYes
originNocenter
xfactYes
yfactYes

Input Schema (JSON Schema)

{ "properties": { "geometry": { "title": "Geometry", "type": "string" }, "origin": { "default": "center", "title": "Origin", "type": "string" }, "xfact": { "title": "Xfact", "type": "number" }, "yfact": { "title": "Yfact", "type": "number" } }, "required": [ "geometry", "xfact", "yfact" ], "title": "scale_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