Skip to main content
Glama

PostGIS MCP Server

by receptopalak

create-polygon

Generate polygon geometries from coordinate arrays using PostGIS MCP Server. Define exterior rings and optional interior rings with SRID support for spatial data creation.

Instructions

Koordinat dizisinden poligon geometrisi oluştur

Input Schema

NameRequiredDescriptionDefault
exterior_ringYesDış halka koordinatları
interior_ringsNoİç halka koordinatları (opsiyonel)
sridNoSRID (varsayılan: 4326)

Input Schema (JSON Schema)

{ "properties": { "exterior_ring": { "description": "Dış halka koordinatları", "items": { "items": { "type": "number" }, "type": "array" }, "type": "array" }, "interior_rings": { "description": "İç halka koordinatları (opsiyonel)", "items": { "items": { "items": { "type": "number" }, "type": "array" }, "type": "array" }, "type": "array" }, "srid": { "description": "SRID (varsayılan: 4326)", "type": "number" } }, "required": [ "exterior_ring" ], "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/receptopalak/postgis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server