Skip to main content
Glama

Health insurance premiums (KVG/LAMal)

health_insurance_premiums
Read-onlyIdempotent

Cheapest mandatory basic health insurance premiums (Grundversicherung, assurance de base, assicurazione di base — every plan here is basic insurance) for a municipality, age and deductible, from the official FOPH premium data (same data as priminfo.admin.ch).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ageNoAge of the insured person.
yearNoPremium year; default current year.
placeNoPlace as the user said it: municipality, postcode, address or canton, any language (e.g. 'Genf', '8003').
franchiseNoDeductible in CHF (adults 300-2500, children 0-600). Omit to get the cheapest offer for every deductible.
accident_coverNoInclude accident cover (default no: employees are insured by their employer).
insurance_modelNoOnly if the user explicitly asks for one insurance model. Leave empty to compare all models (the cheapest is usually an alternative model).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
statusYes
summaryYes
guidanceNo
citationsNo
missing_contextNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds context about the official data source and clarifies the scope (basic insurance only), which is useful but does not disclose additional behavioral traits like pagination or rate limits. It does not contradict 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 a single, focused sentence that front-loads the core purpose ('Cheapest mandatory basic health insurance premiums') and includes necessary clarifications (multilingual terms, data source) without redundancy. Every clause adds value, and it avoids unnecessary verbosity.

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

Completeness4/5

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

With 6 optional parameters, full schema descriptions, and an output schema, the tool is well-documented. The description covers the primary inputs and purpose, and the source reference adds credibility. It does not describe return structure, but that is handled by the output schema. Minor gaps like pagination or error handling are not critical for a read-only tool with this annotation coverage.

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

Parameters3/5

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

The input schema provides 100% coverage with detailed descriptions for every parameter, so the schema carries most of the semantic weight. The description adds a general statement about the tool's purpose ('for a municipality, age and deductible') and reinforces that all plans are basic insurance, but does not add new parameter-level meaning beyond what the schema already specifies. Baseline 3 is appropriate.

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 the tool returns the cheapest mandatory basic health insurance premiums for a municipality, age, and deductible. It names the resource (premiums), the verb (get/cheapest), and the data source (official FOPH). It distinguishes itself from siblings by focusing on health insurance premiums, and the multilingual clarification ensures the agent knows it's specifically basic insurance.

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 provides clear context for when to use the tool (when a user asks for cheapest basic insurance premiums by place, age, deductible). It does not explicitly name alternative tools or conditions for when not to use it, but the context is unambiguous and distinguishes it from general rate or coverage tools like swiss_rates or swiss_coverage.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.