List Metrics
list_metricsShortcut to list all available metric names for a fully-specified location — supply all five levels (theme, sub_theme, topic, geography_type, geography) at once rather than calling navigate iteratively. Returns metric names like "COVID-19_cases_casesByDay" ready to pass to get_metric_data.(theme, sub_theme, topic, geography_type, geography), without walking each level. Returns metric names like "COVID-19_cases_casesByDay" or "COVID-19_deaths_ONSByDay" ready to pass to get_metric_data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | Yes | e.g. "infectious_disease". | |
| topic | Yes | e.g. "COVID-19". | |
| geography | Yes | e.g. "England". | |
| sub_theme | Yes | e.g. "respiratory". | |
| geography_type | Yes | e.g. "Nation". |