describe_schema
Inspect database schema to get accurate column names, types, and foreign keys for one or all tables. Ensure correct SQL by checking schema before writing queries.
Instructions
Describe columns, types and foreign keys for one table or all tables.
Always call this before writing SQL -- do not guess column names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Table to describe. Omit to describe every table. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||