sqlbot_describe_table
Retrieve column descriptions for a SQLBot table using datasource ID and table name.
Instructions
Describe checked fields for a SQLBot metadata table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access_key | No | Optional SQLBot API access key. Defaults to proxy env. | |
| secret_key | No | Optional SQLBot API secret key. Defaults to proxy env. | |
| table_name | Yes | Table name to describe. | |
| datasource_id | Yes | SQLBot datasource id. |