Describe a dataset
describe_datasetRetrieve dataset metadata: columns, types, units, time range, resolution, update frequency. Call before querying to know exact columns and timestamps.
Instructions
Full metadata for one dataset: every column with type and unit, the time column that start/end filter on, the resolution, the update frequency, and the first and last timestamp that actually exist. Call this before query_dataset — column names cannot be guessed and the coverage window is different for every dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | Exact datasetName from list_datasets, e.g. DayAheadPrices |