describe_table
Describe an allowlisted table's columns, types, nullability, primary/foreign keys, and indexes, respecting the policy gate.
Instructions
Describe one allowlisted table: columns (only those the policy exposes), types, nullability, primary key, foreign key targets, and indexes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Qualified table name, e.g. "public.orders" |