Skip to main content
Glama

bag_health_mcp__get_disease_data

Read-onlyIdempotent

Fetch weekly or yearly disease case counts and incidence rates from the Swiss BAG IDD, filtered by canton, age, and sex.

Instructions

Fetch time-series surveillance data for a disease from the BAG IDD. Returns weekly or yearly case counts, incidence rates, or other metrics. Data updated every Wednesday. Get the actual numbers/trend for a disease in a canton over time — the core data-retrieval tool.Call bag_health_mcp__get_series_details first for valid filters. 'incValue' = incidence per 100'000; 'value' = absolute count.bag_health_mcp__get_disease_data(series_id='influenza/cases/incValue/iso_week', canton='ZH') -> weekly influenza incidence for Zurich.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYes
resultsYes
summaryYes
series_idYes
provenanceNo
aggregationYes
temporalityYes
interpretationYes
filters_appliedYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnly, idempotent, and non-destructive behavior. The description adds value by specifying data updates every Wednesday and explaining the meaning of 'incValue' (incidence per 100k) vs 'value' (absolute count), which are useful behaviors beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise at around 100 words, well-structured with clearly labeled sections (use_case, important_notes, example), and front-loaded with the core purpose. Every sentence adds essential information without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex time-series data retrieval tool with multiple filters, the description covers data source, update frequency, metric meanings, prerequisites (call get_series_details), and provides an example. The presence of an output schema means the return format does not need to be described here, making it complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already includes descriptions for all parameters (canton, sex, age_group, etc.), so the baseline is 3. The description enhances this by clarifying that 'incValue' is incidence per 100k and 'value' is absolute count, and it provides a concrete example that ties the parameters together.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Fetch time-series surveillance data for a disease from the BAG IDD' with a specific verb and resource. The use_case section emphasizes it as the core data-retrieval tool, distinguishing it from siblings like bag_health_mcp__get_series_details which provides valid filters.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly directs to call bag_health_mcp__get_series_details first for valid filters, and the use_case states the tool is for getting actual numbers/trends. While it does not explicitly list alternatives, the context from sibling names and the prerequisite hint provide clear usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/malkreide/bag-health-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server