describe_table
Inspect a table's schema by listing its columns, their data types, and whether each column accepts null values. Use this to understand table structure before querying.
Instructions
List a table's columns with their types and nullability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |