describe_table
Retrieve the schema of a table by name, including columns, data types, and key constraints.
Instructions
Get the schema of a table (columns, types, keys).
Args: table: Table name to describe
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |