bag_health_mcp__list_series
List all available data series for a disease topic, returning series IDs such as weekly cases or yearly incidence for targeted data retrieval.
Instructions
List all available data series for a specific disease topic. Each series is identified by 'topic/chapter/aggregation/temporality'. Returns series IDs to use with bag_health_mcp__get_series_details and bag_health_mcp__get_disease_data.Find which exact series exist for a disease (e.g. weekly cases vs yearly incidence) before fetching data.Needs a valid topic slug from bag_health_mcp__list_diseases.bag_health_mcp__list_series(topic='influenza') -> 'influenza/cases/incValue/iso_week', ...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| usage | Yes | ||
| chapters | Yes | ||
| provenance | No | ||
| series_ids | Yes | ||
| total_series | Yes |