Skip to main content
Glama
metaneutrons

German Legal MCP Server

by metaneutrons

eul:get_document

Retrieve EU legislation from EUR-Lex using a CELEX number, with optional section extraction or file saving.

Instructions

Retrieve EU legislation from EUR-Lex by CELEX number (e.g., "32016R0679" for GDPR, "32001L0029" for InfoSoc). Returns full text in Markdown. Use section for partial content: "Art. 5", "Artikel 5", or "lines:100-200". Use save_path to save to file instead of returning content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
celexYesCELEX number (e.g., "32016R0679", "32001L0029", "12016E267")
sectionNoExtract section: "Art. 5", "Artikel 5-10", "Kapitel III", or "lines:100-200"
languageYesLanguage code (default: DE)DE
save_pathNoSave full document to this file path instead of returning content
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It transparently states the output format (Markdown) and explains the behavior of `section` and `save_path`. It does not mention side effects or restrictions, but as a read-only retrieval tool, this is acceptable. Slightly lower because no annotations exist to complement.

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 two sentences, tightly packed with essential information. It is front-loaded with the core purpose and immediately provides actionable usage guidance. No unnecessary words or redundancy.

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

Completeness5/5

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

Despite the lack of output schema, the description covers the key aspects: what the tool retrieves, how to specify parameters, and the return format (Markdown). For a straightforward retrieval tool with 4 parameters, this is complete and leaves minimal ambiguity.

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

Parameters5/5

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

Schema description coverage is 100%, and the description adds significant value beyond the schema by providing examples for `section` (e.g., 'Art. 5', 'lines:100-200') and explaining the effect of `save_path` (saves to file instead of returning content). This enriches the agent's understanding.

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?

The description clearly states the tool retrieves EU legislation by CELEX number, with concrete examples (e.g., GDPR, InfoSoc). The verb 'Retrieve' and resource 'EU legislation from EUR-Lex' are specific, and the distinction from sibling 'eul:search' is implicit as this is for exact document 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 provides clear guidance on using parameters like `section` for partial content and `save_path` for file saving. It implies this tool is for retrieval by CELEX number, contrasting with the sibling 'eul:search'. However, it does not explicitly state when not to use this tool or mention alternatives beyond parameters.

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/metaneutrons/german-legal-mcp'

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