Skip to main content
Glama

Brutto-Netto- und Gehaltsrechner

calculate_standard_salary

Read-onlyIdempotent

DIREKTBERECHNUNG & BRUTTO-NETTO-RECHNER: Berechnet Grundgehalt, Brutto, Netto und Sonderzahlung aus Kerndaten. Unterstützt sowohl Tarif & Besoldung ('beamte', 'tarif', 'aerzte') als auch freie Bruttobeträge ('sonstige' mit 'bruttoGehalt') mit exakter Lohnsteuer- und Sozialversicherungsberechnung nach aktuellem Programmablaufplan (PAP) des Bundesfinanzministeriums (BMF).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stufeNoErfahrungsstufe (z. B. '3').
gruppeNoBesoldungs- oder Entgeltgruppe (z. B. 'A9', 'E11').
kinderNoGibt an, ob Kinder vorhanden sind: 'ja' oder 'nein' (befreit vom PV-Zuschlag für Kinderlose). Standard: 'nein'.
gkvZusatzNoKassenindividueller GKV-Zusatzbeitrag in Prozent (z. B. 2.9 für Bundesdurchschnitt 2026, Standard: 2.9).
bundeslandNoBundesland des Wohnorts für Kirchensteuersatz und PV Sachsen (z. B. 'bayern', 'by', 'nrw'). Standard: 'bayern'.
dienstherrNoDienstherr / Bundesland bei Beamten (z. B. 'bund', 'bayern' bzw. 'by', 'nordrhein-westfalen' bzw. 'nrw').
period_keyNoOptionaler Gültigkeitszeitraum / Tarifrunde.
pkvBeitragNoMonatlicher PKV-Gesamtbeitrag in Euro (Standard: 0.0).
steuerjahrNoSteuerjahr für den BMF-Programmablaufplan (Standard: 2026).
steuervierNoFaktor bei Steuerklasse IV mit Faktorverfahren (z. B. 0.955, Standard: 1.0).
geburtsjahrNoGeburtsjahr des Beschäftigten für Altersentlastung und PV-Zuschlag (Standard: 1992).
bruttoGehaltNoFester monatlicher oder jährlicher Bruttobetrag in Euro (nur erforderlich bei employmentType='sonstige').
kinderpflegeNoAnzahl Kinder unter 25 Jahren für gesetzliche PV-Staffelung ab dem 2. Kind: 0 (0-1 Kind), 1 (2 Kinder), 2 (3 Kinder), 3 (4 Kinder), 4 (5+ Kinder). Standard: 0.
steuerklasseYesLohnsteuerklasse (1 bis 6). Standard: 1.
tarifvertragNoTarifvertrag bei Tarifbeschäftigten oder Ärzten (z. B. 'tvoed-vka', 'tv-l').
insuranceTypeYesKrankenversicherungsart: 'pkvOhne' (Private Krankenversicherung), 'pkvMit' (PKV mit AG-Zuschuss), 'gkv' (Gesetzliche Krankenversicherung), 'gkvMitBeihilfe' (Pauschale Beihilfe). Standard: 'pkvOhne'.
kirchensteuerNoKirchensteuerpflichtig (true für ja, false für nein). Standard: false.
employmentTypeYes'beamte', 'tarif', 'aerzte' oder 'sonstige' (für freie Gehaltseingabe/Brutto-Netto-Rechner). Standard: 'beamte'.
zeitraumGehaltNoZeitraum für bruttoGehalt: 'monat' oder 'jahr' (Standard: 'monat').
sonstigeZulagenNoSonstige individuelle, steuerpflichtige Monatszulage in Euro (Standard: 0.0).
zusatzversorgungNoBetriebliche Zusatzversorgung im Öffentlichen Dienst: 'nein' (Beamte/keine), 'vbl' (VBL West/klassisch), 'vbl-ost' (VBL Ost). Standard: 'nein'.
kinderfreibetraegeNoZahl der Kinderfreibeträge auf der Lohnsteuerkarte (z. B. 0.0, 0.5, 1.0, 1.5, 2.0). Standard: 0.0.
rentenversicherungNoGesetzliche Rentenversicherung: 'nein' (Beamte/befreit) oder 'gRV' (gesetzlich versichert). Standard: 'nein'.
employmentPercentageNoBeschäftigungsumfang in Prozent bei Teilzeit (z. B. 100.0, 80.0, 50.0). Standard: 100.0.
pkvZuschussArbeitgeberNoMonatlicher Arbeitgeberzuschuss zur privaten KV/PV in Euro (Standard: 0.0).
arbeitslosenversicherungNoGesetzliche Arbeitslosenversicherung: 'nein' (Beamte/befreit) oder 'gAV' (gesetzlich versichert). Standard: 'nein'.
profiGesamtprivBasisKvPvNoBasisabsicherungsbeitrag der PKV nach Bürgerentlastungsgesetz in Euro (Standard: 0.0).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
jahrNoJährliche Gehaltsdaten
monatNoMonatliche Gehalts- und Abzugsdaten

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations indicate readOnlyHint=true, idempotentHint=true, and no destructive action. The description adds context about using the BMF's Programmablaufplan and supports precise tax/social insurance calculations, which is useful. However, it does not disclose important behaviors like requiring specific inputs for certain employment types, potential errors for invalid combinations, or that 'sonstige' requires bruttoGehalt, though the schema does indicate that. No contradiction found.

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

Conciseness3/5

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

The description is two sentences, but it is dense with technical jargon and German acronyms, which may hinder quick comprehension. It front-loads the main purpose but is not as concise as it could be, given the complexity of the tool. It is not overly long, but it could be restructured for clarity.

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?

Given the tool's high complexity (27 params, 9 enums, multiple employment types), the description covers the core modes and mentions exact tax/social insurance calculations, but it omits guidance on how parameters interact (e.g., needed fields for each employment type) and potential validation rules. The output schema exists, so return values are presumably covered. The description is reasonably complete but could add more usage context.

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 100% coverage for all 27 parameters, with detailed descriptions for each. The description adds minimal param guidance: it clarifies that 'sonstige' uses 'bruttoGehalt' and that the calculation is based on current PAP, but does not explain all parameters. Since coverage is full, the baseline is 3 and the description adds modest value.

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

Purpose4/5

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

The description clearly states it calculates base salary, gross, net, and special payments from core data, distinguishing between tariff/Beamte and 'sonstige' modes. However, the German acronyms (DIREKTBERECHNUNG & BRUTTO-NETTO-RECHNER) may be confusing, and the purpose is not explicitly differentiated from sibling tools like calculate_agent_salary.

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 implies it supports multiple employment types and covers both gross-net calculation and tariff/Beamte modes, but it does not explicitly state when to use this tool over calculate_agent_salary or get_public_sector_options. No exclusion criteria or explicit alternatives are given, so the agent must infer usage from the tool name and siblings.

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.

Resources