describe_table
Retrieve the column schema of any database table using a connection ID and table name.
Instructions
Get column schema for a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| connectionId | Yes | Connection ID from list_connections | |
| project_root | No | Absolute path to the current project directory (same value passed to list_connections) |