Skip to main content
Glama

MCP PostgreSQL Server

describe_table

Retrieve the structure of a PostgreSQL table by specifying its name and schema. This tool helps inspect column types, constraints, and relationships for data analysis and database management.

Instructions

Get table structure

Input Schema

NameRequiredDescriptionDefault
schemaNoSchema name (default: public)
tableYesTable name

Input Schema (JSON Schema)

{ "properties": { "schema": { "description": "Schema name (default: public)", "type": "string" }, "table": { "description": "Table name", "type": "string" } }, "required": [ "table" ], "type": "object" }

Other Tools from MCP PostgreSQL Server

Related Tools

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/antonorlov/mcp-postgres-server'

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