describe_table
Retrieve table structure details: columns, data types, nullability, default values, and primary key markers.
Instructions
Returns table structure: columns, types, nullability, defaults, and PK markers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| schema | No | Table schema (default: public) |