list_metrics
ActiveTool of Ukhsa
Shortcut 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.
Parameters schema
{
"type": "object",
"required": [
"theme",
"sub_theme",
"topic",
"geography_type",
"geography"
],
"properties": {
"theme": {
"type": "string",
"description": "e.g. \"infectious_disease\"."
},
"topic": {
"type": "string",
"description": "e.g. \"COVID-19\"."
},
"geography": {
"type": "string",
"description": "e.g. \"England\"."
},
"sub_theme": {
"type": "string",
"description": "e.g. \"respiratory\"."
},
"geography_type": {
"type": "string",
"description": "e.g. \"Nation\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ukhsa
https://github.com/pipeworx-io/mcp-ukhsa
1/7 registries