Skip to main content
Glama

PostgreSQL MCP Server

by melihbirim

describe_table

Analyze a PostgreSQL table's structure, columns, and constraints by providing the table name, enabling clear insights into its schema and layout.

Instructions

Get detailed information about a table's structure, columns, and constraints

Input Schema

NameRequiredDescriptionDefault
tableNameYesName of the table to describe

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "tableName": { "description": "Name of the table to describe", "type": "string" } }, "required": [ "tableName" ], "type": "object" }
Install Server

Other Tools from PostgreSQL MCP 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/melihbirim/pg-mcp'

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