You're viewing a demo portfolio

Join the waitlist
PRSM

list_metrics

Active

Tool of Ukhsa

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Ukhsa

https://github.com/pipeworx-io/mcp-ukhsa

1/7 registries
View full server →
list_metrics — Ukhsa — PRSM MCP