describe_cube
Retrieve the structure of a data cube: its drillable levels and measures. Optionally list members of a specified level with locale-controlled captions in English or Arabic.
Instructions
Introspect one cube: its drillable level names and measures. Pass level
to also list that level's members. locale ('en' or 'ar') controls the language
of the returned member captions (e.g. locale='ar' -> 'الرياض' instead of 'Al-Riyadh');
the level/measure NAMES stay as-is since query_cube matches them literally.
Unknown cube -> error with 'did you mean'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cube | Yes | ||
| level | No | ||
| locale | No | en |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||