describe_table
Returns complete schema details for a PostgreSQL table or view, including column types, nullability, defaults, identity, comments, and primary key.
Instructions
Full description of a table/view: columns (type, nullable, default, identity/generated, comment) plus its primary key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | No | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||