Describe table
describe_tableRetrieve column metadata including names and types for any table in your connected database. Specify table name optionally with schema to get detailed schema information for development and debugging tasks.
Instructions
Return column metadata for a table in a configured database connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| table | Yes | ||
| schema | No |