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
Name | Required | Description | Default |
---|---|---|---|
object_name | Yes | Object name | |
object_type | No | Object type: 'table', 'view', 'sequence', or 'extension' | table |
schema_name | Yes | Schema name |