describe_table
Retrieve column metadata for a PostgreSQL table, including names, data types, and constraints. Accepts schema.table input; defaults to public schema.
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" schema). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |