Skip to main content
Glama

Postgres MCP

by crystaldba

get_object_details

Retrieve detailed metadata for database objects like tables, views, sequences, or extensions in Postgres MCP by specifying schema and object names for accurate insights.

Instructions

Show detailed information about a database object

Input Schema

NameRequiredDescriptionDefault
object_nameYesObject name
object_typeNoObject type: 'table', 'view', 'sequence', or 'extension'table
schema_nameYesSchema name

Input Schema (JSON Schema)

{ "properties": { "object_name": { "description": "Object name", "title": "Object Name", "type": "string" }, "object_type": { "default": "table", "description": "Object type: 'table', 'view', 'sequence', or 'extension'", "title": "Object Type", "type": "string" }, "schema_name": { "description": "Schema name", "title": "Schema Name", "type": "string" } }, "required": [ "schema_name", "object_name" ], "title": "get_object_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from Postgres MCP

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

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