Describe table
describe_tableRetrieve complete table structure: columns, types, nullability, defaults, primary and foreign keys, unique and check constraints, indexes, and comments.
Instructions
Full description of one table: every column with its type, nullability and default, plus primary keys, foreign keys, unique and check constraints, indexes and any comments. This is the core tool once you know which table you want.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table or view name, unqualified. | |
| schema | Yes | Schema name. |