describe_table
Retrieve the column names, data types, and key constraints of a database table to understand its schema.
Instructions
Show the structure of a database table (columns, types, keys).
Args: connection: Name of the database connection to use. table: Name of the table to describe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | Yes | ||
| table | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |