Skip to main content
Glama

PostGIS MCP Server

by receptopalak

create-spatial-index

Generate spatial indexes for PostGIS database tables to optimize spatial queries. Specify the table name and geometry column to enhance spatial data performance.

Instructions

Mekansal indeks oluştur

Input Schema

NameRequiredDescriptionDefault
geometry_columnNoGeometri kolonu (varsayılan: geom)
table_nameYesTablo adı

Input Schema (JSON Schema)

{ "properties": { "geometry_column": { "description": "Geometri kolonu (varsayılan: geom)", "type": "string" }, "table_name": { "description": "Tablo adı", "type": "string" } }, "required": [ "table_name" ], "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