Skip to main content
Glama

Pauschalsteuer nach § 40 EStG

hr_pauschalsteuer
Read-onlyIdempotent

Nur Deutschland. Pauschsteuersätze nach § 40 Abs. 2 EStG an einem Stichtag ab 2015: 25 Prozent für Kantinenmahlzeiten, Mahlzeiten auf Dienstreisen, Betriebsveranstaltungen, Erholungsbeihilfen, Verpflegungszuschüsse, Laptops und Internet, … English: Flat tax rates for meals, company events, recreation allowances, travel expenses, laptops, charging equipment, bicycles and …

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
datumNoStichtag im Format JJJJ-MM-TT. Ohne Angabe gilt der heutige Tag.
bestandteilNoNur diesen Bestandteil liefern und zitieren, etwa für eine einzelne Frage (optional). Erlaubt sind die ids der Bestandteile.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.9/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, so the safety profile is covered. The description adds two behavioral constraints: it is limited to Germany and only applies from 2015 onward. It does not describe return format or error handling, but the annotation coverage reduces the burden.

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 a single sentence with an appended list of examples and an ellipsis. It is moderately sized but somewhat unstructured, and the trailing '…' gives an unfinished impression. It could be more organized.

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

Completeness2/5

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

With no output schema, the description should clarify what the tool returns. It mentions rates but never explicitly states that it returns a specific rate for a requested component, nor does it cover behavior for invalid dates or absent data. The listed components are partial, relying on the schema to fill gaps.

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?

Schema description coverage is 100% and both parameters are well-documented in the schema. The description only repeats a subset of the enum values without adding further semantic detail, so it provides no additional value beyond the schema.

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 identifies the subject matter (flat tax rates under § 40 EStG) and provides examples, distinguishing it from other HR tools. However, it lacks an explicit verb like 'returns' or 'provides', making the exact operation slightly ambiguous.

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

Usage Guidelines2/5

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

The description states 'Nur Deutschland' but offers no guidance on when to use this tool versus related siblings like hr_einkommensteuer_eckwerte or hr_steuerfreie_betraege. There is no mention of exclusions or alternative conditions.

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.