Skip to main content
Glama
metaneutrons

German Legal MCP Server

by metaneutrons

dip_get

Fetch full text of Bundestagsdrucksache by document number, including legal reasoning. Extract specific sections or save to file for further use.

Instructions

Retrieve full text of a Bundestagsdrucksache by Dokumentnummer (e.g., "19/27426" for BT-Drs. 19/27426). Returns the extracted text including Gesetzesbegründung. Use section for partial content. 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
sectionNoSection to extract: heading text (e.g., "Zu § 5 UrhDaG-E", "Begründung", "Zu Artikel 1") or "lines:100-200"
save_pathNoAbsolute file path for the full document. Relative paths are not supported.
dokumentnummerYesDokumentnummer (e.g., "19/27426", "20/1234")
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 behavioral disclosure burden and does reasonably well: it states that full text is returned, that output includes Gesetzesbegründung, and that save_path triggers export behavior only when the user wants a file. It could state more explicitly that a file is written to save_path, but the semantics are conveyed.

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 four short sentences with no filler. The core action and required identifier come first, followed by the output guarantee and then the two optional-parameter clarifications.

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 there is no output schema, the description adequately explains what is returned (extracted text including Gesetzesbegründung). It covers the required parameter, the optional section param, and the export-only save_path. A small gap is the lack of an explicit note about what happens when the document is not found, but this is not critical for selection and invocation.

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?

The input schema already documents all three parameters (100% coverage), so the baseline is 3. The description adds value beyond the schema by clarifying that section is for partial extraction and that save_path is for file export, not normal return behavior.

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 contains a specific verb and resource: "Retrieve full text of a Bundestagsdrucksache by Dokumentnummer." It also gives a concrete example ("19/27426") and clearly differentiates this from the sibling search tools by requiring an exact document number.

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 gives clear usage direction for optional parameters: "Use `section` for partial content" and "`save_path` is for export only." It does not explicitly tell the agent to use the sibling dip_search tools when no Dokumentnummer is known, but for this tool's narrow retrieval purpose the guidance is otherwise clear.

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