describe_table
Describe a table to learn its columns, purpose, and signature columns before running a SELECT query. Use this to understand table structure and avoid errors when querying.
Instructions
Describe a table: columns, purpose, signature columns. Call before run_select.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes |