describe_table
Retrieve a table's column names, types, and descriptions to write accurate queries. Read-only schema inspection with policy enforcement and audit trail.
Instructions
Get the columns of one table: name, type and description. Read-only, and it returns structure only — no row is read, so nothing here is masked. Use it to write a correct query; use list_tables first if the table name is not known. A table the policy denies returns an error rather than an empty result. Every call is written to the audit ledger, and to a signed receipt as well when a receipt sink is configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Schema-qualified table name | |
| connector | No | Connector name (optional) |