list_entities
Retrieves all defined semantic entities with their associated table, identity column, and data provenance.
Instructions
Use this when the user asks what semantic entities are defined (e.g. 'what entities do we have?', 'show me the entity list'). Returns every confirmed entity with its bound table, identity column, and provenance. Use describe_entity instead when you already know the entity name and want its full column shape. Common compositions: chain to describe_entity to drill in; chain to find_relevant_tables to discover physical tables that should become entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |