get_cube_structure
Retrieve the dimensions, measures, datatypes, and constraints of a data cube to understand its structure before querying observations.
Instructions
Get the structure of a specific data cube: its dimensions, measures, datatypes, and constraints. ALWAYS call this before query_observations to understand what dimensions and measures are available. The 'path' field in the result is the property URI you pass to query_observations, get_dimension_values, and as filter dimensions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cube_uri | Yes | The URI of the cube (from list_cubes results) |