Skip to main content
Glama

PostGIS MCP Server

by receptopalak

create-spatial-index

Generate spatial indexes for tables in PostGIS databases to optimize spatial queries and improve performance. Specify table name and geometry column for efficient data retrieval.

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