Skip to main content
Glama
metaneutrons

German Legal MCP Server

by metaneutrons

rii_search

Search German federal and state court decisions by keyword or file number across multiple official portals, returning metadata and document IDs for retrieval.

Instructions

Search for court decisions. Default source "bund": federal courts (BVerfG, BGH, BVerwG, BFH, BAG, BSG, BPatG). Source "BY": Bavarian state courts. Sources "NW", "NI" and "BB" use the official NRW, NI-VORIS and Brandenburg decision databases. Sources BW, BE, HH, MV, RP, SL, ST, SH, TH, HE use the official jPortal state decision portals. Returns list of decisions with metadata and doc IDs for retrieval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes1-based page. Each portal is asked for its own page N, so paging a consolidated search goes deeper into every portal at once. BUND, HB and SN cannot page — the summary names any portal that could not reach the requested page rather than silently repeating page 1.
limitYesMaximum number of results (default: 10). With source "ALL" the slots are shared across the portals that matched, so no single portal can fill the page on its own.
queryYesSearch query. For file numbers (Aktenzeichen): use ONLY the file number without keywords (e.g., "I ZR 115/16"). For topics: keywords (e.g., "Metall auf Metall", "BGB § 823").
formatYesOutput format. "compact" (default) is tab-delimited and by far the most token-efficient; it carries exactly the same fields as "compact-json", so switching gains no information. Choose "compact-json" only to hand rows straight to a program.compact
sourceYesDecision source: BUND, BY, NW, a jPortal state code, or ALL for a consolidated cross-portal search. Note that BUND covers only the federal courts — state Arbeits-, Verwaltungs- and Oberlandesgerichte live in the state sources, so "ALL" is the right choice for a topic survey.BUND
include_snippetsYesInclude the matched-text excerpt per result. Off by default: the metadata columns are normally enough to pick which decision to retrieve, and snippets dominate the response size.
collapse_duplicatesYesFold runs of near-identical decisions from one court — mass litigation such as the BGH Diesel series — into their newest member. What was folded is always named in the summary, with the file numbers, so nothing is hidden. Set false to list every decision separately.
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the disclosure burden, and it does say the tool 'Returns list of decisions with metadata and doc IDs for retrieval,' setting clear return expectations. It also clarifies the default source and which jurisdictions each source covers. It does not explicitly call out read-only semantics, but 'Search' plus a return list makes the non-destructive nature reasonably clear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is four dense sentences with the purpose front-loaded, and each sentence contributes either source coverage or return behavior. The long enumeration of state source codes is somewhat heavy but necessary for source selection.

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?

The description plus the fully documented schema gives an agent the source model, defaults, paging caveats, and return type (list with metadata and doc IDs). It lacks a full output field list, though no output schema exists, and it does not explicitly navigate the sibling tool landscape.

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

Parameters3/5

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

Schema description coverage is 100%, so the input schema already documents all seven parameters with defaults, constraints, and usage notes. The tool description adds little parameter-specific meaning beyond what the schema provides, which is acceptable under the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Search'), a clear resource ('court decisions'), and enumerates the covered jurisdictions and portals, so an agent immediately knows this is the German court-decision search tool. It stops short of explicitly naming sibling search tools such as ris_search or eul_search, but the resource specification is enough to distinguish it from rii_get_decision.

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 usage context: the default source is BUND federal courts, state source codes are enumerated, and the source parameter notes that ALL is the right choice for a topic survey because state courts are not covered by BUND. It does not explicitly state when not to use this tool versus sibling search tools, so full exclusion guidance is missing.

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