get_table_schema
Retrieve column definitions including name, type, nullable, and primary key status to understand table structure and identify key columns for analysis.
Instructions
Get column definitions (name, type, nullable, primary key). USE: To understand table structure, find numeric columns for aggregates, or find primary keys for sample checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasource_name | Yes | ||
| database | Yes | ||
| table | Yes | ||
| schema | No |