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 and receive the full text in Markdown. Extract specific articles or sections, or save the document to a file.

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". save_path is for export only โ€” when the user wants the document as a file to keep or process elsewhere.

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_pathNoAbsolute file path for the full document. Relative paths are not supported.
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden. It discloses that the return format is Markdown, that section extracts a portion with accepted patterns, and that save_path is an export-only side effect. It does not discuss errors, limits, or file overwrite behavior, but core behavior is transparent.

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?

Three sentences front-load the purpose, then cover partial extraction and export behavior with no filler. Each sentence earns its place and examples are compact.

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 get-by-identifier tool with four parameters and no output schema, the description covers the essential invocation details: identifier format, return format, section behavior, and save_path semantics. Slight gap: no mention of what happens on invalid CELEX numbers or very large documents, but this is not critical for correct selection.

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%, so baseline is 3. The description adds value by giving concrete accepted section formats ('Art. 5', 'Artikel 5', 'lines:100-200') and clarifying save_path is for export only, going beyond the schema's generic descriptions.

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 opens with a specific verb and resource: 'Retrieve EU legislation from EUR-Lex by CELEX number', with concrete examples (GDPR, InfoSoc). This clearly distinguishes a get-by-CELEX operation from search-oriented siblings such as eul_search.

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 context for invocation: use a CELEX number, use section for partial content, and use save_path only for file export. It does not explicitly name alternatives or say when not to use this tool, but the conditions are strongly implied.

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

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