Skip to main content
Glama
metaneutrons

German Legal MCP Server

by metaneutrons

rii:get_decision

Retrieve full text of a German court decision by document ID. Returns Markdown with metadata (court, date, file number, ECLI). Supports federal (BUND) and Bavarian (BY) sources.

Instructions

Retrieve full text of a court decision by doc ID. Returns decision in Markdown format with metadata (court, date, file number, ECLI). Use source "BY" for IDs from gesetze-bayern.de (format: Y-300-Z-...).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYesDocument ID from search results (e.g., "jb-KORE704442026" for BUND, "Y-300-Z-GRURRS-B-2021-N-55699" for BY)
partYesK = Kurztext (summary), L = Langtext (full text, default). Only for source "BUND".L
save_pathNoSave full document to this file path instead of returning content. Returns metadata only.
sourceYesSource: "BUND" (federal, default) or "BY" (Bavarian state courts)BUND
sectionNoSection heading or "lines:100-200". Only for source "BY".
Behavior3/5

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

No annotations are provided, so the description must convey behavior. It states the output is Markdown with metadata (court, date, file number, ECLI), which is good. But it does not disclose any side effects, permissions, or error conditions. The read-only nature is implied but not explicit.

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 concise sentences, front-loaded with the action and resource. No unnecessary words, every sentence adds value.

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

Completeness3/5

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

With 5 parameters and no output schema, the description covers the main purpose and some parameter context, but lacks details on save_path and section behavior. It assumes familiarity with 'BUND' and 'BY' sources.

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 description coverage is 100% (all parameters have descriptions). The description adds value by specifying the return format and the source ID format, which supplements the schema. It also clarifies that 'part' only applies to source BUND, as hinted by the schema.

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 'Retrieve full text of a court decision by doc ID', specifying the verb and resource. It distinguishes from sibling tool rii:search by focusing on retrieval by document ID rather than searching.

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?

Provides explicit guidance for using source 'BY' with a specific ID format. However, it does not explicitly state when to use this tool versus the search sibling, or when not to use it.

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