Skip to main content
Glama

Nettomaandinkomen

Bruto → netto berekenen (NL 2026)

nmi_bruto_netto
Read-onlyIdempotent

Berekent het netto maandloon uit een bruto maandloon volgens de Nederlandse loonheffing 2026: schijven, algemene heffingskorting en arbeidskorting, met opties voor werknemers-pensioenpremie en de 30%-regeling. Pure berekening zonder externe calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fiscalYearNoFiscaal rekenjaar. Toegestaan: 2026 (standaard 2026). Een jaar is pas beschikbaar zodra de officiële tabellen zijn gepubliceerd.
grossMonthlyYesBruto maandloon in euro, exclusief vakantiegeld.
apply30PercentRulingNo30%-regeling voor kennismigranten toepassen.
applyLoonheffingskortingNoLoonheffingskorting via de werkgever toepassen (standaard waar).
pensionContributionPercentNoWerknemersdeel pensioenpremie in procenten van het bruto jaarsalaris.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

The description explicitly says 'pure berekening zonder externe calls', which adds a behavioral guarantee beyond the readOnlyHint and idempotentHint annotations. It also lists the tax components included (schijven, algemene heffingskorting, arbeidskorting), giving an agent a solid mental model of what the calculation covers. This does not contradict any 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 one dense sentence that front-loads the core transformation and then lists the relevant variables and options. There is no filler, repetition, or irrelevant detail; every clause earns its place.

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?

For a simple calculator, the description is largely complete: it states the output (net monthly salary), the fiscal year, the included credits, the pure-calculation behavior, and the available options, while the schema covers constraints and defaults. Since there is no output schema, a bit more detail about the exact result shape or rounding would improve completeness, but nothing critical is missing.

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?

With 100% schema description coverage, the baseline is 3 because the schema already documents all five parameters with meaningful descriptions. The description adds only a high-level summary of the pension and 30%-ruling options, without providing new semantic detail beyond what the schema already states.

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 uses a specific verb ('Berekent') and clearly identifies both the input (bruto maandloon) and output (netto maandloon), plus the exact legal framework (Nederlandse loonheffing 2026). It is very clear what the tool does, though it does not explicitly contrast itself with sibling tools such as how it differs from nmi_netto_inkomen_volledig.

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 gives clear context: use this to compute a Dutch net monthly salary from gross with optional pension and 30%-ruling settings. However, it does not state when not to use it or which sibling tool covers related cases (e.g., full net income, WIA, WW), so the usage 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.

Resources