describe_entity
Retrieve full details of a semantic entity, including synonyms, source table, primary key, and all dimensions, facts, and filters. Ideal for understanding data structure or debugging model definitions.
Instructions
Describe one entity in full detail.
Args: name: entity name, as returned by list_entities, e.g. "invoices".
Returns description, synonyms, source table, primary key, and every dimension, time
dimension, fact, and filter declared on it. Raises a tool error naming the known
entities if name does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||