describe_table
Retrieve the column structure and metadata of a table from Trino or Iceberg catalogs. Provide the catalog, schema, and table name.
Instructions
Describe a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog | Yes | The catalog name | |
| schema_name | Yes | The schema name | |
| table | Yes | The name of the table |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |