Skip to main content
Glama

Elternzeit: Dauer, Fristen und Teilzeit

hr_elternzeit
Read-onlyIdempotent

Nur Deutschland. Elternzeit nach dem BEEG für ein Kind, abhängig vom Geburtsdatum ab 2007: Höchstdauer drei Jahre, übertragbarer Anteil (12 oder 24 Monate), Anmeldefristen (7 oder 13 Wochen), Beginn des Kündigungsschutzes (8 oder 14 Wochen vorher), … English: Maximum duration, notice periods, dismissal protection and part-time limits of German parental leave under the BEEG, by the …

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bestandteilNoNur diesen Bestandteil liefern und zitieren, etwa für eine einzelne Frage (optional). Erlaubt sind die ids der Bestandteile.
geburtsdatumNoGeburtsdatum des Kindes oder Tag der Aufnahme bei Adoption, JJJJ-MM-TT. Welche Fassung des BEEG gilt, hängt davon ab.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/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 beyond that: the results depend on the child's birth date and which BEEG version applies, and the tool is Germany-only. It does not describe output language or what happens when no parameters are passed, but for a read-only lookup with this annotation coverage, the added context is adequate.

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 German portion is dense and front-loaded (scope, law, key numbers), which is efficient. But the English translation largely duplicates the German content and is truncated mid-sentence ('by the …'), which is a structural flaw, and the bilingual repetition adds length without new information.

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 read-only legal reference with two fully documented optional parameters and strong annotations, the description is close to adequate. It covers the main content areas but is visibly truncated, and it does not state the default behavior when no enumerator component is given (e.g., whether all components are returned) or how results are delivered.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% (both parameters have descriptions), so the baseline is 3. The description adds genuine meaning on top by mapping concrete legal values to the enum components (Anmeldefristen 7/13 Wochen, Kündigungsschutz 8/14 Wochen) and by tying the geburtsdatum parameter to which BEEG version applies — interpretation the schema alone does not provide.

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 names the specific resource ('Elternzeit nach dem BEEG') and enumerates concrete contents (maximum duration 3 years, transferable portion 12/24 months, notice periods 7/13 weeks, dismissal protection lead times), which clearly distinguishes it from sibling tools like hr_mutterschutz or hr_kuendigungsfrist. It lacks an explicit verb (calculate/look up), but the reference-tool purpose is unambiguous.

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?

Usage is implied by the subject matter: the tool answers parental-leave questions under the BEEG for Germany, and the 'Nur Deutschland' note imposes a geographic scope. However, there is no explicit when-to-use vs. alternative routing (e.g., pointing to hr_mutterschutz for maternity-protection questions) and no mention of prerequisites or edge cases like children born before 2007.

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.