describe_table
Get a table's columns, data types, constraints, and foreign keys to understand its schema in a read-only query.
Instructions
Show the columns, types, constraints and foreign keys of one table.
Read-only. Runs immediately, no confirmation needed.
Args: table: Name of the table to describe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |