Skip to main content
Glama

bag_health_mcp__search_health_indicators

Read-onlyIdempotent

Search Swiss health indicators by topic across Obsan, Versorgungsatlas, and Sucht Schweiz to find matching indicator IDs for downstream series retrieval.

Instructions

Search health indicators across three Swiss sources: 'obsan' (Swiss Health Observatory — hundreds of indicators incl. the HBSC youth-survey series), 'versorgungsatlas' (Swiss health-care supply atlas, ~124 indicators), and 'suchtschweiz' (addiction / HBSC series, served via Obsan's official mirror). Returns matching indicator_ids to pass to bag_health_mcp__get_indicator_series. IMPORTANT: this serves AGGREGATED population statistics (prevalences/metrics by age/sex/region) — NOT individual advice, diagnosis or case assessment, and no personal data. Especially for 'suchtschweiz' (prevention topics in a school context): the figures are population-level survey aggregates only. Find which indicators exist for a topic (e.g. youth alcohol) before fetching a series.Most indicators are national; cantonal breakdowns are rare (HBSC youth surveys are not cantonally representative).bag_health_mcp__search_health_indicators(source='suchtschweiz', topic='alkohol') -> Obsan HBSC alcohol-prevalence indicators.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
usageYes
sourceYes
indicatorsYes
provenanceNo
total_matchesYes
aggregate_statistics_noticeNoAggregierte Bevölkerungsstatistik (Prävalenzen/Kennzahlen nach Alter/Geschlecht/Region) — KEINE individuelle Beratung, Diagnose oder Fallbeurteilung, kein Personenbezug. Aggregated population statistics, not individual advice or diagnosis.
Behavior5/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds important context: the data is aggregated population statistics, not individual advice or diagnosis, and notes limitations (e.g., cantonal breakdowns are rare). No contradictions.

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

Conciseness4/5

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

The description is comprehensive but not overly verbose. It is front-loaded with the main purpose and uses structured tags (use_case, important_notes, example) for readability. Minor redundancy could be trimmed, but overall efficient.

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?

Given the complexity of searching across three sources with multiple parameters, the description covers key aspects: sources, output use, limitations (national focus), and example. It references the output schema indirectly via the downstream tool, making it complete for selection and invocation.

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 has detailed descriptions for all parameters, so the description's contribution is modest. However, it adds value by explaining source semantics ('obsan', 'versorgungsatlas', 'suchtschweiz') and providing an example that illustrates topic and source usage.

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 it searches health indicators across three Swiss sources. It specifies the output (matching indicator_ids) and the downstream tool (bag_health_mcp__get_indicator_series). This distinguishes it from sibling tools like list_series or get_series_details.

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 includes a use case tag and an example, guiding when to use: before fetching a series. It does not explicitly state when not to use, but it provides enough context to infer appropriate usage.

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