describeTable
Retrieve table metadata including columns, data types, nullability, primary key, identity, indexes, foreign keys, check constraints, and table size/row-count statistics.
Instructions
Describe a table: returns columns (name, type, nullability, primary key, identity), indexes, foreign keys, check constraints, and table-level size/row-count statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to describe. Optionally prefix with schema: 'schema.table' |