Describe table
describe_tableList columns and data types for a given table to inspect its schema.
Instructions
List the columns and types for a given table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Which configured database to use (see list_databases). Defaults to the primary database if omitted. | |
| tableName | Yes | The table name to describe. |