đ RETRIEVAL TOOL - Vollständigen Dokumenttext abrufen What this tool does: ⢠Retrieves complete document content from rechtsinformationen.bund.de ⢠Works with both legislation and case law documents ⢠Requires specific document identifier from previous search results URL/ID Input: This tool acce...
AI agents call dokument_details_abrufen to retrieve information from Rechtsinformationen Bund DE MCP Server without modifying anything â typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
This is a straightforward read operation that queries and retrieves public legal documents (legislation and case law) from an official government database. It has no side effects, cannot modify or delete data, and does not execute code or trigger external operations. The authorization/access model is handled by the backend (rechtsinformationen.bund.de), and the tool itself only performs retrieval.
From the tool's definition Tool description explicitly states 'RETRIEVAL TOOL' and 'Retrieves complete document content' from an official legal information portal.
Documented attack patterns abuse exactly the kind of access dokument_details_abrufen gives an agent:
PolicyLayer is an MCP gateway â it sits between your AI agents and Rechtsinformationen Bund DE MCP Server, and nothing reaches the server without passing your rules. This is the rule we recommend for dokument_details_abrufen:
{
"version": "1",
"default": "deny",
"tools": {
"dokument_details_abrufen": {}
}
} dokument_details_abrufen is read-only, so it stays allowed â but everything else on the server is denied unless you say otherwise.
Free to start. No card required.
đ RETRIEVAL TOOL - Vollständigen Dokumenttext abrufen What this tool does: ⢠Retrieves complete document content from rechtsinformationen.bund.de ⢠Works with both legislation and case law documents ⢠Requires specific document identifier from previous search results URL/ID Input: This tool accepts: 1. Full API URLs from search results (recommended): https://testphase.rechtsinformationen.bund.de/v1/legislation/eli/... https://testphase.rechtsinformationen.bund.de/v1/case-law/ecli/... 2. Partial paths starting with /v1/: /v1/legislation/eli/bund/bgbl-1/2006/s2748/2025-05-01/1/deu /v1/case-law/ecli/de/bgh/2023/010523 3. ELI or ECLI identifiers (will be constructed into full path) When to use: â When you have a specific document from search results â When you need the full text (searches only return snippets) â When you need HTML or XML format instead of JSON When NOT to use: â For initial searches (use intelligente_rechtssuche instead) â When you don. It is categorised as a Read tool in the Rechtsinformationen Bund DE MCP Server MCP Server, which means it retrieves data without modifying state.
Register the Rechtsinformationen Bund DE MCP Server MCP server in PolicyLayer and add a rule for dokument_details_abrufen: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Rechtsinformationen Bund DE MCP Server. Nothing to install.
dokument_details_abrufen is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the dokument_details_abrufen rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for dokument_details_abrufen. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
dokument_details_abrufen is provided by the Rechtsinformationen Bund DE MCP Server MCP server (wolfgangihloff/rechtsinformationen-bund-de-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Start from Rechtsinformationen Bund DE MCP Server, add the rest of your stack, and see everything your agents can call. Then put policy on all of it.
Free to start. No card required.
4 Rechtsinformationen Bund DE MCP Server tools catalogued and risk-classified â across an index of 43,000+ MCP servers.