Skip to main content
Glama

Rechengrößen der Sozialversicherung

hr_rechengroessen
Read-onlyIdempotent

Nur Deutschland. Rechengrößen der Sozialversicherung für ein Kalenderjahr ab 2015: Beitragsbemessungsgrenze (BBG) der Kranken-, Pflege-, Renten- und Arbeitslosenversicherung, Jahresarbeitsentgeltgrenze (JAEG, Versicherungspflichtgrenze), … English: Contribution ceilings, compulsory insurance threshold and reference value per year, West and East.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jahrNoKalenderjahr. Ohne Angabe gilt das laufende Jahr.
datumNoAlternativ zu jahr: Stichtag im Format JJJJ-MM-TT, das Jahr wird daraus genommen.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • removedInput schema / properties / datum / pattern
      Removed value: -"^\\d{4}-\\d{2}-\\d{2}$"
    • changedOutput schema / (root)
      Previous value: -{
      -  "additionalProperties": true,
      -  "properties": {
      -    "bbg_knappschaft_ost_jahr": {
      -      "description": "dasselbe je Jahr (Dezimal)"
      -    },
      -    "bbg_knappschaft_ost_monat": {
      -      "description": "Beitragsbemessungsgrenze knappschaftliche Rentenversicherung Ost je Monat (Dezimal)"
      -    },
      -    "bbg_knappschaft_west_jahr": {
      -      "description": "dasselbe je Jahr (Dezimal)"
      -    },
      -    "bbg_knappschaft_west_monat": {
      -      "description": "Beitragsbemessungsgrenze knappschaftliche Rentenversicherung West je Monat (Dezimal)"
      -    },
      -    "bbg_kv_jahr": {
      -      "description": "dasselbe je Jahr (Dezimal)"
      -    },
      -    "bbg_kv_monat": {
      -      "description": "Beitragsbemessungsgrenze der Krankenversicherung je Monat (Dezimal)"
      -    },
      -    "bbg_pv_jahr": {
      -      "description": "Beitragsbemessungsgrenze der Pflegeversicherung je Jahr, bis 2026 gleich bbg_kv_jahr (Dezimal)"
      -    },
      -    "bbg_pv_monat": {
      -      "description": "Beitragsbemessungsgrenze der Pflegeversicherung je Monat, bis 2026 gleich der Krankenversicherung (Dezimal)"
      -    },
      -    "bbg_rv_ost_jahr": {
      -      "description": "dasselbe je Jahr (Dezimal)"
      -    },
      -    "bbg_rv_ost_monat": {
      -      "description": "dasselbe für Ost (Dezimal)"
      -    },
      -    "bbg_rv_west_jahr": {
      -      "description": "dasselbe je Jahr (Dezimal)"
      -    },
      -    "bbg_rv_west_monat": {
      -      "description": "Beitragsbemessungsgrenze Renten- und Arbeitslosenversicherung West je Monat (Dezimal)"
      -    },
      -    "bezugsgroesse_ost_jahr": {
      -      "description": "dasselbe je Jahr (Dezimal)"
      -    },
      -    "bezugsgroesse_ost_monat": {
      -      "description": "Bezugsgröße Ost je Monat (Dezimal)"
      -    },
      -    "bezugsgroesse_west_jahr": {
      -      "description": "dasselbe je Jahr (Dezimal)"
      -    },
      -    "bezugsgroesse_west_monat": {
      -      "description": "Bezugsgröße West je Monat (Dezimal)"
      -    },
      -    "datensatz": {
      -      "description": "Kennung des Datensatzes (Text)"
      -    },
      -    "datenstand": {
      -      "description": "Kennung des Datenstands: Datum und laufende Nummer der letzten Änderung im Änderungsprotokoll (/v1/aenderungen), die diesen Datensatz betrifft. Gleicher Datenstand heißt unveränderter Inhalt, praktisch für Prüfer und zum Vergleich zweier Abfragen (Text)"
      -    },
      -    "gueltig_ab": {
      -      "description": "Beginn der Gültigkeit des Werts (Datum)"
      -    },
      -    "gueltig_bis": {
      -      "description": "Ende der Gültigkeit, null solange kein Nachfolger feststeht (Datum oder null)"
      -    },
      -    "jaeg_allgemein_jahr": {
      -      "description": "Versicherungspflichtgrenze je Jahr (Dezimal)"
      -    },
      -    "jaeg_besonders_jahr": {
      -      "description": "Besondere Versicherungspflichtgrenze für am 31.12.2002 privat Versicherte (Dezimal)"
      -    },
      -    "jahr": {
      -      "description": "Kalenderjahr (Ganzzahl)"
      -    },
      -    "lizenz": {
      -      "description": "Nutzungsbedingungen der Werte (Text)"
      -    },
      -    "quelle": {
      -      "description": "Titel und URL der Primärquelle (Objekt)"
      -    },
      -    "rechtsgrundlage": {
      -      "description": "Gesetz oder Verordnung (Text)"
      -    },
      -    "rechtskreise_einheitlich": {
      -      "description": "true ab 2025 (Boolesch)"
      -    },
      -    "stand": {
      -      "description": "Tag der letzten Prüfung gegen die Quelle (Datum)"
      -    },
      -    "zitat": {
      -      "description": "Fertiger Satz mit Wert, Gültigkeit, Rechtsgrundlage und Quelle zum Zitieren (Text)"
      -    }
      -  },
      -  "type": "object"
      -}New value: +null
  2. First observed

TDQS

A3.8/5.0
Behavior4/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 useful context about the data scope (West and East) and the types of values included, which goes beyond the annotations. It does not disclose any unexpected behaviors or side effects, but none are expected given the read-only, idempotent nature.

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 concise, with two short sentences that immediately state the scope and content. It is front-loaded with the key constraint ('Nur Deutschland') and lists specific items. The English translation is redundant for German speakers but may aid international agents; still, it does not waste space. The trailing '…' is slightly ambiguous but acceptable.

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

Completeness3/5

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

For a simple read-only retrieval tool with two optional parameters and no output schema, the description gives the core content and scope. However, it does not describe the output format or structure (e.g., whether it returns a list, a map, or separate West/East values), nor does it clarify the meaning of 'reference value'. While not severely incomplete, it leaves some ambiguity for an agent expecting a concrete response shape.

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 schema provides complete descriptions for both parameters (jahr and datum), including defaults and alternatives, with 100% coverage. The description adds no additional parameter-level meaning beyond what the schema already states. Baseline 3 is appropriate because the schema fully documents the parameters.

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 social insurance contribution ceilings (BBG), compulsory insurance threshold (JAEG), and reference values for Germany, for years from 2015 onward. It names specific resources and is distinct from sibling tools like hr_beitragssaetze (rates) or hr_einkommensteuer_eckwerte (tax key figures).

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

Usage Guidelines3/5

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

The description provides a usage constraint ('Nur Deutschland') and the scope of what it covers, but it does not explicitly state when to use this tool versus alternatives or when not to use it. There is no reference to sibling tools that might be more appropriate for different needs (e.g., contribution rates). The guidance is implied rather than explicit.

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.