describe_table
Retrieve full schema details for a specific PostgreSQL table or view, including columns, data types, constraints, keys, and indexes.
Instructions
Get detailed schema breakdown for a specific table or view, including column names, data types, constraints, primary keys, foreign keys, and indexes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Name of the table or view | |
| schema | No | Database schema name (default: "public") |