describe_table
Retrieve column metadata for any PostgreSQL table. Inspect column names, data types, and schema details to understand table structure.
Instructions
Return column metadata for a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name in "schema.table" format (e.g. "ods.bd_customer") or bare table name (defaults to "public"/"dbo" schema). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |