describe_entity
Gets an entity's bound table, identity column, description, and columns with PII sensitivity. Use when a specific entity is named.
Instructions
Use this when the user names a specific entity (e.g. 'show me the customer entity', 'what's in the order entity'). Returns the entity's bound table, identity column, description, and full column list with PII sensitivity. Use list_entities instead when you don't yet know what entities exist. Common compositions: chain to describe_table to see the physical structure under the entity; chain to describe_column for one column's join graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity name (a single identifier — no dots, no schema qualifier; e.g. `customer`, not `public.customer`). Call `list_entities` first if you don't know the entity names. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| data | No | ||
| error | No | ||
| confidence | No | ||
| provenance | No | ||
| follow_up_hints | No | ||
| degradation_reason | No | ||
| charter_version | No | 1.2 |