Skip to main content
Glama

Reisekosten im Inland

hr_reisekosten_inland
Read-onlyIdempotent

Nur Deutschland. Steuerliche Reisekostenpauschalen für Dienstreisen im Inland an einem Stichtag ab 2015: Verpflegungsmehraufwand (24 Stunden, An- und Abreisetag, über 8 Stunden), Kürzung bei gestellten Mahlzeiten, Übernachtungspauschale, Pauschale … English: Meal allowances (Verpflegungsmehraufwand), overnight stays and mileage allowance for business trips in Germany since 2015.

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. 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": {
      -    "bestandteile": {
      -      "description": "Je Pauschale Betrag, Einheit, Gruppe, Gültigkeit, Rechtsgrundlage und Quelle (Liste)"
      -    },
      -    "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)"
      -    },
      -    "datum": {
      -      "description": "Abgefragter Stichtag (Datum)"
      -    },
      -    "hinweise": {
      -      "description": "Grenzen der Werte oder der Berechnung, in Sätzen (Liste)"
      -    },
      -    "lizenz": {
      -      "description": "Nutzungsbedingungen der Werte (Text)"
      -    },
      -    "regeln": {
      -      "description": "Regeln aus dem Gesetz in Sätzen, je mit Norm (Liste)"
      -    },
      -    "stand": {
      -      "description": "Tag der letzten Prüfung gegen die Quelle (Datum)"
      -    },
      -    "vorlaeufig": {
      -      "description": "true, wenn für den Stichtag noch nicht alle Werte festgelegt sind (Boolesch)"
      -    },
      -    "werte": {
      -      "additionalProperties": true,
      -      "description": "Kurzform: Bestandteil und Wert am Stichtag, null solange ein angekündigter Wert fehlt",
      -      "properties": {
      -        "kilometer_andere_kfz": {
      -          "description": "Kilometersatz für Dienstreisen mit anderen motorbetriebenen Fahrzeugen (zum Beispiel Motorrad), Euro je Kilometer",
      -          "type": [
      -            "number",
      -            "null"
      -          ]
      -        },
      -        "kilometer_pkw": {
      -          "description": "Kilometersatz für Dienstreisen mit dem eigenen Kraftwagen (zum Beispiel Pkw), Euro je Kilometer",
      -          "type": [
      -            "number",
      -            "null"
      -          ]
      -        },
      -        "kuerzung_fruehstueck_prozent": {
      -          "description": "Kürzung der Verpflegungspauschale bei gestelltem Frühstück, Prozent",
      -          "type": [
      -            "number",
      -            "null"
      -          ]
      -        },
      -        "kuerzung_mittag_abend_prozent": {
      -          "description": "Kürzung der Verpflegungspauschale je gestelltem Mittag- oder Abendessen, Prozent",
      -          "type": [
      -            "number",
      -            "null"
      -          ]
      -        },
      -        "uebernachtung_berufskraftfahrer": {
      -          "description": "Übernachtungspauschale bei Übernachtung im Fahrzeug des Arbeitgebers (Berufskraftfahrer), je Kalendertag, Euro je Tag",
      -          "type": [
      -            "number",
      -            "null"
      -          ]
      -        },
      -        "uebernachtung_pauschale_arbeitgeber": {
      -          "description": "Übernachtungspauschale im Inland für die steuerfreie Erstattung durch den Arbeitgeber, Euro je Übernachtung",
      -          "type": [
      -            "number",
      -            "null"
      -          ]
      -        },
      -        "verpflegung_24_stunden": {
      -          "description": "Verpflegungspauschale für Tage mit 24 Stunden Abwesenheit, Euro je Tag",
      -          "type": [
      -            "number",
      -            "null"
      -          ]
      -        },
      -        "verpflegung_an_abreisetag": {
      -          "description": "Verpflegungspauschale für den An- und Abreisetag bei Übernachtung, Euro je Tag",
      -          "type": [
      -            "number",
      -            "null"
      -          ]
      -        },
      -        "verpflegung_ueber_8_stunden": {
      -          "description": "Verpflegungspauschale bei mehr als 8 Stunden Abwesenheit ohne Übernachtung, Euro je Tag",
      -          "type": [
      -            "number",
      -            "null"
      -          ]
      -        }
      -      },
      -      "type": "object"
      -    },
      -    "zitat": {
      -      "description": "Fertiger Satz mit Wert, Gültigkeit, Rechtsgrundlage und Quelle zum Zitieren (Text)"
      -    }
      -  },
      -  "type": "object"
      -}New value: +null
  2. First observed

TDQS

A3.5/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 useful context: the tool is Germany-only, applies to a Stichtag (cutoff date) from 2015 onward, and covers specific allowance components. It does not disclose return format or whether results are rounded, but the annotations carry the main behavioral burden.

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 compact and front-loaded with the key scope ('Nur Deutschland'). The German text is dense but informative, and the English summary adds clarity. It could be slightly more structured, but every sentence 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 read-only, idempotent lookup tool with two optional parameters and full schema coverage, the description is largely complete. It covers the domain, the date scope, and the main components. It does not explain the return value shape, but there is no output schema and the tool is a simple lookup, so this is a minor gap.

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%, so the schema already documents both parameters. The description adds the German-only scope and the 'since 2015' constraint, which helps interpret the datum parameter, but it does not add meaning beyond the schema for bestandteil. Baseline 3 is appropriate.

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 states a specific resource (German domestic travel expense per diems since 2015) and a clear verb context (providing/calculating allowances). It lists the main components (meal allowances, overnight stays, mileage) and explicitly scopes to Germany. It doesn't explicitly differentiate from siblings, but the resource is distinct enough among the HR tools.

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 usage for German domestic business trip per diems and mentions the date threshold 'since 2015'. It does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions. The sibling list contains no other travel-expense tool, so the lack of explicit alternatives is a minor gap.

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.