Skip to main content
Glama

de_recent_changes

Read-onlyIdempotent

Retrieves German federal legislation acts published since a given ISO 8601 date, sorted newest-first, for monitoring legal updates.

Instructions

Acts published since since_iso (ISO 8601), newest-first.

Maps to GET /v1/legislation?sort=date&dateFrom=.... Useful for a law-monitoring feature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNomax items to return (1..300).
since_isoYesa date in ISO 8601 (e.g. ``"2026-01-01"``).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the agent knows this is a safe, read-only operation. The description adds that results are newest-first and maps to a specific API endpoint, providing useful behavioral context beyond 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?

Two sentences succinctly convey purpose, filter, sorting, API mapping, and a use case. No redundant words, front-loaded with the core action.

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 presence of an output schema and comprehensive annotations, the description is adequately complete. It covers what the tool does, how it filters, ordering, and a suggested use. No major gaps for an agent to misuse.

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%, with both parameters (since_iso and limit) having clear descriptions. The description does not add new meaning—it merely restates that since_iso is ISO 8601, which is already in the schema. Baseline 3 is appropriate.

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

Purpose5/5

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

Description clearly states the tool lists 'Acts published since since_iso (ISO 8601), newest-first,' specifying the resource (Acts/legislation), filter (date), and sorting (newest-first). It distinguishes from siblings like de_search (keyword search) and de_get_act (single act retrieval).

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

Usage Guidelines4/5

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

The description mentions it is 'Useful for a law-monitoring feature,' providing context on when to use. However, it does not explicitly state when not to use or mention alternatives among siblings, though the function is clear enough for an agent to infer.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/matematicsolutions/de-eli-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server