Skip to main content
Glama
metaneutrons

German Legal MCP Server

by metaneutrons

German Legal MCP Server

German, Austrian & EU legal research — legislation, case law, parliamentary materials, literature and standards

License: GPL v3 Node.js Version TypeScript MCP SDK

4.0 status

Version 4.0.0 provides hardened provider contracts, application components, MCP projections and public/private distributions. The local release gates are designed to fail closed. Stable releases require an exact private/public commit binding, protected signed tags, digest-approved workflows, public GitHub/npm OIDC provenance and fresh live-contract evidence as defined by the release runbook and dated enterprise audit. Case-law search pages through every source that supports one and reports each source's own hit total. Third-party portals remain external operational dependencies; scheduled live contracts detect availability or response-shape drift. Subscription sources require valid credentials, licences or institutional access.

A Model Context Protocol (MCP) server for German, Austrian and EU legal research, providing unified access to legislation, case law, parliamentary materials, literature, preprints and technical standards.

The provider layer is also available as typed application components. Consumers do not need to run MCP or parse tool output — they can consume normalized federal and Länder case law directly:

import {
  CaseLawClient,
} from '@metaneutrons/german-legal-mcp/components/case-law';

const client = new CaseLawClient();
const page = await client.search({
  query: 'DSGVO Schadensersatz',
  resourceTypes: ['case-law'],
  jurisdictions: ['DE', 'DE-NW'],
  limit: 25,
});

Legislation uses the same application-facing model:

import {
  LegislationClient,
} from '@metaneutrons/german-legal-mcp/components/legislation';

const legislation = new LegislationClient();
const laws = await legislation.search({
  query: 'Datenschutzgesetz',
  resourceTypes: ['legislation'],
  jurisdictions: ['DE-NW'],
});

Shared provenance, rights, search and document types are exported from @metaneutrons/german-legal-mcp/contracts. Every provider has a component entry and a structured data client. The MCP tools use those same clients; MCP output is only a presentation layer over the application contract.

Multi-domain databases return discriminated unions. For example, RIS exposes one client for Austrian case law and legislation; narrow each result through resourceType before using type-specific fields:

import { component as ris } from '@metaneutrons/german-legal-mcp/components/ris';

const client = ris.createDataClient();
const results = await client.search({ query: 'Datenschutz' });
for (const result of results.results) {
  if (result.resourceType === 'case-law') console.log(result.fileNumber);
  if (result.resourceType === 'legislation') console.log(result.eli);
}

Optional portable capabilities cover tables of contents, authentication and operational status. RIS exposes native legislation TOCs. The German legislation client reports a native TOC where the source supplies one and derives it from the document otherwise. RII is case-law-only and does not advertise a TOC capability. Nautos implements TOC and authentication lifecycle capabilities while keeping its session details behind the provider boundary.

Supported Sources

Source

Status

Prefix

Authentication

Bundes- & Landesrecht

✅ Available

legis_

None (public)

Rechtsprechung im Internet

✅ Available

rii_

None (public)

RIS Österreich

✅ Available

ris_

None (public OGD API)

InfoCuria (CJEU)

✅ Available

icu_

None (public)

EUR-Lex

✅ Available

eul_

None (public)

DIP Bundestag

✅ Available

dip_

Public key included

arXiv

✅ Available

arxiv_

None (public)

nautos.de

✅ Available

nautos_

Required (IP or credentials)

Related MCP server: German Law MCP Server

Features

Bundes- & Landesrecht (legis_* tools)

  • Federal and state legislation — BUND (all federal laws) + 16 Länder (all states)

  • No authentication — free public access; the client defines no explicit request limit

  • Unified interface — one set of tools for all jurisdictions

  • Full text search — search across state legislation (Länder only)

  • Resilient input — BUND accepts "§ 823", "823", "Art. 1", "Paragraph 51"

  • Pandoc-compatible Markdown — clean conversion with Turndown

  • Save to filesave_path parameter to avoid context pollution

  • Available states: BUND, BB, BW, BY, BE, HB, HE, HH, MV, NI, NW, RP, SL, SN, ST, SH, TH

Rechtsprechung im Internet (rii_* tools)

  • Federal court decisions — BVerfG, BGH, BVerwG, BFH, BAG, BSG, BPatG (from 2010)

  • Bavarian state courts — AG, LG, OLG, VG, VGH, FG, ArbG, LAG, BayVerfGH via gesetze-bayern.de

  • NRW state courts — decisions from the official NRWE database via source: "NW"

  • Lower Saxony state courts — decisions from NI-VORIS via source: "NI"

  • Brandenburg state courts — decisions from the official Brandenburg decision database via source: "BB"

  • Bremen state courts — official Bremen VG archive via source: "HB"; the Bremen index links separate OLG/OVG/VG/LAG portals, so coverage is explicitly partial until those portals expose a common search interface

  • Saxony state courts — ESAMOSplus WebForms search for the OLG Dresden archive via source: "SN"

  • jPortal state courts — Baden-Württemberg, Berlin, Hamburg, Hessen, Mecklenburg-Vorpommern, Rheinland-Pfalz, Saarland, Sachsen-Anhalt, Schleswig-Holstein and Thüringen via their official jPortal portals

  • Shared DecisionAdapter contract — all new state sources normalize IDs, court, date, file number, ECLI, snippets and Markdown retrieval behind the same rii_* tools

  • Cross-portal searchsource: "ALL" searches every configured decision portal in parallel, deduplicates overlapping decisions, ranks the consolidated result list and reports unavailable portals

  • No authentication — free public access

  • Full text search — search across all federal court decisions

  • Kurztext/Langtext — summary or full text via part parameter

  • Randnummern — formatted as [Rn. 5]{.rn} (pandoc spans)

  • Save to filesave_path parameter to avoid context pollution

RIS Österreich (ris_* tools)

  • Austrian federal, state & case law — broad Bundesrecht and Landesrecht collection search, plus Judikatur (OGH/OLG/LG via Justiz; VwGH, VfGH, BVwG and others via the court filter)

    • Collection semantics: ris_search can return consolidated norms (BrKons/LrKons) and authentic gazette publications; the returned applikation identifies the result type. A bundesland filter restricts Landesrecht to that state's consolidated law (LrKons). For state case law use application="judikatur" with the appropriate court (e.g. Lvwg), not bundesland.

  • Normalized application clientRisDataClient.search() restricts legislation results to consolidated law and supports all 9 Bundesländer through normalized jurisdictions

  • No authentication — free public Open Government Data REST API (data.bka.gv.at/ris/api/v2.6)

  • Latest-firstsort="date" for the newest decisions; Judikatur Rechtssätze link their full decision text (Entscheidungstext) for ris_get

  • Navigate & read statutesris_toc law="ABGB" lists the §§ with headings; ris_get_norm law="ABGB" paragraph="1295" returns a single §

  • Surgical retrievalris_get section=… returns only a Randnummer (Rn 5), an Rn range (Rn 5-9), a line range (lines:1-40), or a heading (Spruch) — all token-preserving

  • Pandoc-compatible Markdown — Randnummern as [Rn. 5]{.rn} spans; document HTML converted with Cheerio + Turndown

  • Structured metadata — Geschäftszahl, Entscheidungsdatum, ECLI, issuing court/organ

  • Save to filesave_path parameter to avoid context pollution

  • ⚠️ Austrian law — for German case law use rii_*, for German legislation use legis_*

InfoCuria — CJEU (icu_* tools)

  • EU Court of Justice case law — judgments, opinions, orders from CJEU and General Court

  • No authentication — free public access via InfoCuria API

  • Multilingual — documents available in all EU languages (default: DE)

  • Flexible case lookup — accepts case numbers (C-476/17), CELEX numbers, or internal IDs

  • Randnummern — formatted as [Rn. 5]{.rn}

  • Partial contentsection parameter for Rn ranges, headings, or line ranges

  • Save to filesave_path parameter to avoid context pollution

EUR-Lex (eul_* tools)

  • EU legislation — directives, regulations, decisions, treaties (TFEU, TEU)

  • No authentication — free public access via Cellar REST API and SPARQL

  • Multilingual — documents available in all EU languages (default: DE)

  • CELEX lookup — retrieve by CELEX number (e.g., "32016R0679" for GDPR)

  • SPARQL search — search by title keywords, filter by resource type

  • Partial contentsection parameter for articles (Art. 5), headings, or line ranges

  • Save to filesave_path parameter to avoid context pollution

DIP Bundestag (dip_* tools)

  • Parliamentary documents — Bundestagsdrucksachen (Gesetzentwürfe, Beschlussempfehlungen, Anfragen)

  • Legislative processes — Vorgänge with status tracking and linked documents

  • Debate transcripts — full text search across Plenarprotokolle (BT and BR)

  • Full text retrieval — extracted text including Gesetzesbegründungen, with section support

  • Public API key included — works out of the box (key valid until end of May 2027, override via env var)

  • Save to filesave_path parameter to avoid context pollution

arXiv (arxiv_* tools)

  • Preprint search — search by keywords, author, title, abstract, or category

  • Metadata + abstract — default response without full text fetch (token-efficient)

  • HTML full text — Markdown conversion for papers from ~2024+ (LaTeXML HTML)

  • PDF fallback — older papers without HTML return abstract + PDF link

  • No authentication — free public API; the client defines no explicit request limit (upstream usage policies still apply)

  • Save to filesave_path parameter to avoid context pollution

nautos.de (nautos_* tools)

  • DIN/EN/ISO standards — search and retrieve technical standards from nautos.de

  • Two-phase document retrieval — outline (metadata + TOC) first, then sections on demand

  • Automatic authentication — IP-based login (auto-detected), user-based login fallback

  • Structured TOC — hierarchical table of contents with section IDs for navigation

  • Identity-scoped file cache — 30-day TTL, persistent across restarts under <GLMCP_STATE_DIR>/cache/nautos/identities/

  • Save to filesave_path parameter to dump full document to disk

Install in Claude Desktop (one-click bundle)

The easiest way to use this server in Claude Desktop is the packaged MCP Bundle (.mcpb) — no Node.js, no npx, no config file.

  1. Download german-legal-mcp.mcpb from the latest release.

  2. In Claude Desktop open Settings → Extensions and drag the .mcpb onto the window (or use Install…).

  3. Optionally set the DIP key or nautos credentials in the extension's settings — everything else works out of the box.

The bundle ships the public, no-authentication sources and is cross-platform (macOS and Windows, Apple Silicon and Intel) — Claude Desktop supplies the Node.js runtime, so a single download works everywhere.

Quick Start with npx

npx @metaneutrons/german-legal-mcp

or add your MCP client config (e.g., claude_desktop_config.json):

{
  "mcpServers": {
    "german-legal": {
      "command": "npx",
      "args": ["-y", "@metaneutrons/german-legal-mcp"]
    }
  }
}

Environment Variables

Provider Enablement

Variable

Default

Description

GLMCP_STATE_DIR

Platform default

Root directory for logs, sessions, caches, metrics, daemon sockets and locks.

GLMCP_EXPORT_DIR

<GLMCP_STATE_DIR>/exports

Exclusive root for files written through save_path; existing files and symlinked parents are refused.

GLMCP_LOG_LEVEL

info

Structured log level.

GLMCP_LEGIS_ENABLED

true

Bundes- & Landesrecht

GLMCP_RII_ENABLED

true

Rechtsprechung im Internet

GLMCP_RIS_ENABLED

true

RIS Austria (federal law + case law)

GLMCP_ICU_ENABLED

true

InfoCuria (CJEU)

GLMCP_EUL_ENABLED

true

EUR-Lex

GLMCP_DIP_ENABLED

true

DIP Bundestag (auto-disabled after 2027-06-01 without own key)

GLMCP_DIP_API_KEY

Public key

Override the bundled public API key

GLMCP_ARXIV_ENABLED

true

arXiv preprint search

GLMCP_NAUTOS_ENABLED

Auto

nautos.de. Auto-enabled with tenant key or credentials, auto-disabled without.

nautos.de Configuration

Variable

Required

Description

GLMCP_NAUTOS_TENANT_KEY

For IP-based

Tenant key (e.g., DWW). Enables IP-based authentication.

GLMCP_NAUTOS_USERNAME

For user-based

nautos.de account username

GLMCP_NAUTOS_PASSWORD

For user-based

nautos.de account password

GLMCP_NAUTOS_TENANT_ID

No

Tenant ID (auto-detected from login response)

GLMCP_NAUTOS_ENTITLEMENT_ID

No

Optional stable, non-secret licence identity added to the tenant/account cache partition. Changing it intentionally creates a fresh cache identity.

Authentication: IP-based login is tried first (requires GLMCP_NAUTOS_TENANT_KEY). If it fails and credentials are set, user-based login is attempted as fallback.

Tools

Bundes- & Landesrecht

Tool

Description

legis_search

Search state legislation. Parameter: query, state (e.g., "BW", "BE"), limit. Länder search uses official portal/catalogue data with local normalization and reranking so common abbreviations and title queries (e.g. VwVfG NRW, BbgVwVfG, BremVwVfG) resolve to the root law before section hits. Note: BUND does not support search.

legis_get

Retrieve a specific law/norm. BUND: id = "law/section" (e.g., "bgb/823"). Länder: id from search results. Optional save_path.

legis_toc

Compact table of contents for a law — section numbers and headings. Supports from/to range and depth filter. BUND: id = law abbreviation (e.g., "bgb").

legis_states

List available jurisdictions with implementation status.

Rechtsprechung im Internet

Tool

Description

rii_search

Search for court decisions. source supports BUND, BY, NW, NI, BB, HB, SN, the jPortal state codes BW, BE, HH, MV, RP, SL, ST, SH, TH, HE, or ALL for a parallel cross-portal search. Note BUND is federal-only — state Arbeits-, Verwaltungs- and Oberlandesgerichte live in the state sources, so ALL is the right choice for a topic survey. With ALL, result slots are shared across the portals that matched and each portal's own hit total is reported. page pages every portal at once (BUND, HB and SN expose only their first page and say so); collapse_duplicates folds mass-litigation runs, naming what it folded.

rii_get_decision

Retrieve full text by doc ID. part: K (Kurztext) or L (Langtext, default) for BUND; optional save_path is supported for every source. For NRW, use the URL returned by rii_search; for jPortal, use its doc_id.

RIS Österreich

Tool

Description

ris_search

Search the broad Austrian RIS Bundesrecht/Landesrecht collections or Judikatur (court: Justiz/Vwgh/Vfgh/Bvwg). Legislation hits may be consolidated (BrKons/LrKons) or authentic publications; inspect the returned applikation. bundesland restricts Landesrecht to that state's consolidated law. sort="date" returns the latest decisions first. Judikatur hits are Rechtssätze that link their full decision text for ris_get.

ris_get

Retrieve a RIS document as Markdown by content_url (from search) or id + applikation. section returns only part — Rn 5, Rn 5-9, lines:1-40, or a heading like Spruch — for token-preserving reads. Optional save_path.

ris_get_norm

Retrieve a single § of a consolidated law — law="ABGB" paragraph="1295". application: bundesrecht (federal) or landesrecht (+ bundesland). The token-preserving way to read one paragraph.

ris_toc

Table of contents (Inhaltsverzeichnis) of a consolidated law — its §§ with headings — to navigate before ris_get_norm. law="ABGB" (full title if an abbreviation fails). application + bundesland as above.

InfoCuria — CJEU

Tool

Description

icu_search

Search CJEU decisions and opinions. Returns case numbers, ECLI, dates, and document IDs.

icu_get_document

Retrieve full text by case number (C-476/17) or CELEX number. Supports section (Rn ranges, headings, line ranges) and save_path.

EUR-Lex

Tool

Description

eul_search

Search EU legislation via SPARQL. Filter by type (directive, regulation, decision, treaty).

eul_get_document

Retrieve EU legislation by CELEX number (e.g., "32016R0679" for GDPR). Supports section (Art. 5, Artikel 5-10, headings, line ranges) and save_path.

DIP Bundestag

Tool

Description

dip_search

Search Bundestagsdrucksachen by title. Filter by type (Gesetzentwurf, Anfrage, etc.), Wahlperiode, date range.

dip_get

Retrieve full text of a Drucksache by Dokumentnummer (e.g., "19/27426"). Supports section and save_path.

dip_search_vorgang

Search legislative processes (Vorgänge) with status and linked Drucksachen.

dip_search_plenarprotokoll

Full text search across parliamentary debate transcripts (BT and BR).

arXiv

Tool

Description

arxiv_search

Search preprints by keywords, author, title, abstract, or category. Returns metadata + abstract.

arxiv_get

Retrieve paper by arXiv ID. Default: metadata + abstract. With section or save_path: HTML full text as Markdown (~2024+, older: PDF link).

nautos.de

Tool

Description

nautos_search

Search DIN/EN/ISO standards by document number. Returns acCode, title, date, type.

nautos_get_document

Retrieve standard by acCode. Returns outline (metadata + TOC) by default; use section for specific parts, save_path to save full document.

Token-Efficient Document Retrieval

Retrieval behavior is explicit and provider-specific:

  1. Outline-first — Nautos returns metadata and a table of contents before sections or full-file output are requested.

  2. Focused reads — tools that advertise section accept the selectors documented in their tool description, such as Randnummer, heading, line or article ranges. Selector formats are not assumed across every provider.

  3. File output — every tool that advertises save_path requires an absolute path inside GLMCP_EXPORT_DIR. Existing targets, symbolic-link parents and paths outside that root are refused; successful writes create private directories/files. If that tool also supports section, it writes the requested section rather than the complete document.

Other retrieval tools return their documented direct response; for example, arXiv returns metadata and the abstract by default. They are not implicitly converted to the outline-first flow.

Markdown Output

Documents are converted to pandoc-compatible Markdown:

  • Randnummern: [Rn. 5]{.rn} (bracketed spans)

  • Footnotes: ^[inline footnote text] (pandoc inline footnotes)

Development

npm test              # Run tests
npm run test:watch    # Watch mode
npm run test:coverage # Coverage report
npm run verify        # Complete deterministic release gate

Live provider contracts

The default suite never uses the network. Opt-in live contracts validate the current upstream response through the same normalized data clients consumed by applications:

npm run test:live:public

This runs search → normalized reference → document for the public providers and for every configured German case-law and legislation source. TOC-capable legislation sources are checked as well. Gesetze im Internet is the documented exception: it has no search API, so the live contract retrieves bgb/823 directly and validates the BGB TOC separately.

Live output contains only source, document identifier, title, resource type and content length. Full text is asserted in memory and is never written as a test report or CI artifact.

MCP Inspector

npx @modelcontextprotocol/inspector node dist/bin/german-legal-mcp.js

Commit Convention

This repo uses Conventional Commits enforced via Husky + commitlint.

Types: feat, fix, docs, style, refactor, perf, test, chore, ci, build, revert

Scopes: legis, rii, ris, icu, eul, dip, nautos, core, deps, config

Architecture

  • Manifest-driven providers — startup, help, shutdown and public/private distribution use one checked provider manifest

  • Cheerio + Turndown for HTML → pandoc Markdown conversion

  • Zod for input validation

  • Axios for HTTP requests (Legis, RII, RIS, InfoCuria, EUR-Lex, DIP, arXiv, nautos)

  • Structured JSON errors — all providers return BaseError.toJSON() with code, userMessage, recoveryHint; Axios errors auto-wrapped; DNS failures fail fast

  • Conversion validation — all HTML→Markdown providers validate output is non-empty; detects upstream layout changes early

  • Tools namespaced by source (legis_, rii_, ris_, icu_, eul_, dip_, arxiv_, nautos_)

License

GPL-3.0 - See LICENSE for details.

Available Tools

20 tools
arxiv_getA

Retrieve an arXiv paper by ID (e.g., "2501.02725"). Default: metadata + abstract. With section or save_path: fetches HTML full text (available for papers from ~2024+). Older papers without HTML return metadata + abstract + PDF link.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesarXiv ID (e.g., "2501.02725", "2501.02725v5")
sectionNoSection heading or "lines:100-200". Triggers full text fetch.
save_pathNoAbsolute file path for the full text. Relative paths are not supported. Triggers full text fetch.

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full burden, and it does so well: it discloses the default output (metadata + abstract), the conditional full-text behavior triggered by section or save_path, the ~2024+ HTML availability constraint, and the fallback for older papers. This is unusually transparent about mode-dependent behavior.

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 with no filler: purpose is front-loaded, the default behavior is stated, and the conditional/fallback behavior follows logically. Every sentence contributes necessary information.

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

Completeness5/5

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

For a simple three-parameter fetch tool with no output schema, the description is complete: it covers the main use, optional parameter effects, an important availability boundary, and the fallback result. An agent has enough to invoke it correctly and predict what will happen.

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% and the schema already documents id, section, and save_path well. The description adds value by explaining the default when no optional parameters are provided and by tying section/save_path to full-text HTML fetching, including the availability caveat.

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 opens with a specific verb and resource: 'Retrieve an arXiv paper by ID,' and gives a concrete ID example. This clearly distinguishes the tool from arxiv_search, which would be used to discover papers rather than fetch a known one.

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 establishes that this tool is for known arXiv IDs ('by ID'), which gives clear context for when to invoke it. It does not explicitly name arxiv_search as the alternative for finding papers or state when not to use this tool, so it stops short of full exclusion guidance.

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

dip_getA

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.

ParametersJSON 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")

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.

dip_search_plenarprotokollB

Search Plenarprotokolle (parliamentary debate transcripts) with full text search. Returns protocols where the search term appears in the debate text.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitYesMax results (default: 10)
queryYesFull text search query (e.g., "Urheberrecht", "UrhDaG")
date_endNoEnd date (YYYY-MM-DD)
date_startNoStart date (YYYY-MM-DD)
herausgeberNoBT = Bundestag, BR = Bundesrat
wahlperiodeNoLegislative period (e.g., 20, 21)

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only restates that full-text search is performed and matching protocols are returned, without explaining pagination behavior, result ordering, relevance ranking, or whether matches are highlighted. It adds little beyond what the name and schema already convey.

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 short, front-loaded, and easy to parse in two sentences. It is slightly redundant ('full text search' appears in the schema and 'debate text' repeats the Plenarprotokoll concept), but it remains appropriately concise.

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

Completeness2/5

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

Given six parameters, no output schema, and no annotations, the description is too sparse. It does not explain how optional filters like date range, herausgeber, or wahlperiode affect results, nor what the returned protocol records look like. An agent could invoke it with the required query and limit but would lack context for filtering and interpreting results.

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?

The schema provides descriptions for all six parameters, so baseline is 3. The description does not add meaningful parameter semantics beyond the schema; it only generally mentions full-text search. Since schema coverage is 100%, this is acceptable but not enhanced.

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 identifies the action ('Search') and the specific resource ('Plenarprotokolle', parliamentary debate transcripts), and further clarifies that results are protocols containing the term in the debate text. This resource focus distinguishes it from siblings like dip_search_vorgang or the generic dip_search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit guidance about when to use this tool versus alternatives such as dip_search_vorgang, dip_search, or other search tools. No when-to-use or when-not-to-use conditions are provided; usage is only implied by the tool's name and description.

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

dip_search_vorgangA

Search legislative processes (Vorgänge) in DIP. Returns Gesetzgebungsvorgänge with status and linked Drucksachen-Nummern. Useful for tracking a law through the legislative process or finding all related documents. Matches title as a literal substring — NOT a keyword AND/OR search (see dip_search); prefer a single distinctive word over a natural-language phrase.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitYesMax results (default: 10)
queryYesA single distinctive word, or an exact phrase copied verbatim from the title — this is a literal substring match, not AND/OR keyword matching.
date_endNoEnd date (YYYY-MM-DD)
date_startNoStart date (YYYY-MM-DD)
vorgangstypNoType filter: "Gesetzgebung", "Schriftliche Frage", "EU-Vorlage", etc.
wahlperiodeNoLegislative period (e.g., 20, 21)

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses the core matching behavior (literal substring on title, not keyword AND/OR) and what the response contains (status, linked Drucksachen-Nummern). It could mention more edge behavior, but it covers the most important traits.

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, each earning its place: purpose, return value, and usage guidance. The most important scoping detail (literal substring, not keyword search) is front-loaded and clearly stated.

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 search tool with 6 parameters and no output schema, the description gives enough orientation: what is searched, what is returned, and how to phrase queries. The schema covers parameter details. Minor gap: it does not clarify that vorgangstyp can target non-Gesetzgebung Vorgang types, but this is not blocking.

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 schema already documents all parameters well. The description reinforces the query parameter's substring semantics but does not add meaning beyond what the schema already states.

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 the tool searches legislative processes (Vorgänge) in DIP and returns Gesetzgebungsvorgänge with status and linked Drucksachen-Nummern. It also differentiates itself from sibling dip_search by explicitly describing the literal-substring matching behavior.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives explicit when-to-use context (tracking a law or finding related documents) and an explicit when-not-to-use signal: this is NOT a keyword AND/OR search, and dip_search is named as the alternative. It also advises preferring a single distinctive word over a natural-language phrase.

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

eul_get_documentA

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.

ParametersJSON 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.

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.

icu_get_documentA

Retrieve a CJEU decision or opinion from InfoCuria by published case number, CELEX number or Logic Doc ID. Returns full text in Markdown with Randnummern as [Rn. 5]{.rn}. A published case number (e.g., "C-476/17", "T-108/25") is converted to its CELEX form internally, so all three forms work. A CELEX number (e.g., "62017CJ0476") or the "Logic Doc ID" from an icu_search result (e.g., "id_320668") resolve with one request fewer. Use section for partial content: "Rn 5-12", heading text, or "lines:100-200". Use save_path when you want the document written to a file for later use outside this conversation.

ParametersJSON Schema
NameRequiredDescriptionDefault
case_idYesPublished case number (e.g., "C-476/17"), CELEX number (e.g., "62017CJ0476") or "Logic Doc ID" from an icu_search result (e.g., "id_320668").
sectionNoExtract section: "Rn 5-12", heading text, or "lines:100-200"
languageYesLanguage code (default: DE)DE
save_pathNoAbsolute file path for the full document. Relative paths are not supported.

TDQS

A4.5/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 burden and discloses the Markdown return format including Randnummern markup, the internal CELEX conversion, partial-content extraction, and the file-writing side effect of save_path. It does not describe error behavior or file-overwrite semantics, but the main behaviors and side effects are clearly surfaced.

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 compact and dense, with each sentence carrying distinct and necessary information: target and return format, identifier resolution, section usage, and save_path usage. It is front-loaded with the core purpose and contains no redundant filler.

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

Completeness5/5

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

The description covers all four parameters, the return format, identifier conversion behavior, partial extraction syntax, and the file-saving use case. Even without an output schema or annotations, an agent has enough context to select and invoke this tool correctly and to understand how it relates to icu_search.

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 the baseline is 3, and the description adds meaning beyond the schema: it explains why the three case_id forms are equivalent, which forms are faster to resolve, and gives concrete examples for section and save_path usage. This helps the agent choose appropriate values rather than just satisfy schema constraints.

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?

States the specific operation — retrieve a CJEU decision or opinion from InfoCuria — and names the three accepted identifier forms. It is clearly distinct from search siblings by focusing on full-text retrieval and references icu_search's Logic Doc ID as an input source.

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?

Gives explicit guidance on which identifier form to use, notes that CELEX numbers and Logic Doc IDs resolve with one request fewer, and explains when to use section and save_path. It does not explicitly contrast this tool with sibling get tools such as eul_get_document, so exclusions are mostly left to the tool name and purpose.

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

legis_getA

Retrieve a specific law/norm from German federal or state legislation. BUND: id is "law/section" — law is the lowercase abbreviation (e.g. "bgb", "gg", "stgb"), section is just the number. An optional "§", "Art.", "Paragraph", or "Para." prefix on the section is stripped automatically, so "bgb/823", "bgb/§ 823", and "bgb/§823" are equivalent; use whichever prefix matches the document type (§ for codes, Art. for the Grundgesetz). Not every law is hosted under its plain abbreviation on gesetze-im-internet.de — some reissued laws use a different URL slug. If this returns "not found", a subscription provider that resolves abbreviations through its own index may still find it. Länder: id from legis_search results (format varies by state).

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesDocument ID. BUND: "law/section" (e.g., "bgb/823", "gg/Art. 1"). Länder: ID from legis_search.
stateYesJurisdiction (e.g., "BUND", "BW", "NW")
save_pathNoAbsolute file path for the full document. Relative paths are not supported.

TDQS

A4.4/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 full behavioral burden, and it handles this well by disclosing automatic prefix stripping, equivalence of different section formats, and the non-obvious limitation that some reissued laws use a different URL slug. It does not explicitly describe return or save behavior, which is a minor gap.

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 dense and front-loaded, with the core purpose stated first and each subsequent sentence contributing useful details or examples. It is longer than a minimal description, but the complexity of the id format justifies the length; no sentence feels like filler.

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 is nearly complete for this tool's main difficulty—constructing and interpreting the id across BUND and Länder jurisdictions. It also covers edge cases like prefix normalization and not-found fallback, but it leaves the output/save semantics implicit rather than stating what the tool returns or when save_path is necessary.

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

Parameters5/5

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

The description substantially enriches the id parameter beyond the schema: it explains BUND's 'law/section' anatomy, requires lowercase law abbreviations, documents equivalent prefix forms, and distinguishes Länder IDs. The state and save_path parameters are already well described in the schema, and the 100% schema coverage supports a high score.

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 opens with a specific verb and resource: 'Retrieve a specific law/norm from German federal or state legislation.' It clearly separates this point-lookup tool from sibling search/toc tools such as legis_search and legis_toc by focusing on a single known document rather than discovery or navigation.

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 operational guidance: for Länder, the ID must come from legis_search results, and if the lookup returns 'not found', it advises a subscription-provider fallback. It does not explicitly state 'use legis_search to discover IDs, use legis_get once you have them,' but the workflow is strongly implied.

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

legis_statesA

List all 17 available German jurisdictions (BUND + 16 Bundesländer) with their backends.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It clearly states it lists jurisdictions and mentions backends, but does not disclose output format, whether the data is static, or any side effects (though listing implies none). The term 'backends' is ambiguous, leaving some behavioral detail unspecified.

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 a single sentence with zero fluff, front-loading the primary action ('List all 17...') and immediately providing the essential detail (which jurisdictions). Every word earns its place.

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

Completeness5/5

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

For a parameterless utility that lists a fixed set of jurisdictions, the description is fully complete: it tells the agent exactly what the tool does and what it returns (the 17 jurisdictions with their backends). Without an output schema or nested objects, nothing more is needed for correct 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 tool has zero parameters and the schema coverage is 100% (empty properties). The baseline for 0 parameters is 4; the description correctly adds no parameter details since none exist, so this score is appropriate.

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 'List all 17 available German jurisdictions (BUND + 16 Bundesländer) with their backends' states a specific verb (List), a precise resource (17 jurisdictions), and a concrete detail (with backends). It clearly distinguishes itself from sibling search/get/toc tools by its unique function of enumerating jurisdictions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies that this tool provides the list of jurisdictions needed for other tools but does not explicitly state when to use it or compare with alternatives. While the purpose is unmistakable, there is no guidance on when one would call this versus a search tool, nor any mention of prerequisites or typical use cases.

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

legis_tocA

Get table of contents for a law — compact list of section numbers and headings. Much lighter than legis_get for navigating large laws. BUND: id is just the law abbreviation (e.g., "bgb", "stgb"). Länder: id from legis_search results.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesLaw identifier. BUND: law abbreviation (e.g., "bgb"). Länder: ID from legis_search.
toNoEnd at section (e.g., "§ 853"). Inclusive.
fromNoStart at section (e.g., "§ 823", "Art 1"). Inclusive.
depthNoMax depth level (0=top structure only, 1=sections, 2=subsections, 3=norms)
stateYesJurisdiction (e.g., "BUND", "BW", "NW")

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 transparency burden. It discloses that the result is a 'compact list' without full text, and that it is designed for efficient navigation of large laws. It does not mention error behavior or rate limits, but for a read-only retrieval tool the core behavioral traits are sufficiently 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?

Three short sentences lead with the core purpose, then the key comparison with legis_get, then the id-construction rule. Every sentence earns its place and there is no filler or repeated schema content.

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 tool with 5 parameters, a complete schema, and no output schema, the description covers the essential decision-making and invocation context: what it returns, when to prefer it, and how to obtain ids. It does not specify default depth behavior or differentiate from ris_toc, but those are secondary given the schema's parameter descriptions.

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%, so the baseline is 3. The description adds real value beyond the schema by explaining how to construct the id: a plain law abbreviation for BUND and a legis_search result id for Länder. This is exactly the kind of contextual parameter knowledge an agent needs.

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 opening phrase 'Get table of contents for a law — compact list of section numbers and headings' names a specific verb, resource, and output shape. It also differentiates itself from the sibling legis_get by calling itself 'much lighter,' so an agent can distinguish it without opening schemas.

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 context: use this tool for navigating large laws when a lightweight table of contents is preferable to legis_get. It also instructs that Länder ids must come from legis_search results, which is an actionable workflow hint. It does not explicitly state when to choose legis_get instead, but the lighter/heavier contrast implies it.

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

rii_get_decisionA

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-...).

ParametersJSON Schema
NameRequiredDescriptionDefault
partYesK = Kurztext (summary), L = Langtext (full text, default). Only for source "BUND".L
doc_idYesDocument ID from search results (e.g., "jb-KORE704442026" for BUND, "Y-300-Z-GRURRS-B-2021-N-55699" for BY)
sourceYesDecision source: BUND, BY, NW, or a jPortal state code.BUND
sectionNoSection heading or "lines:100-200". Only for source "BY".
save_pathNoAbsolute file path for the full document. Relative paths are not supported. Returns metadata only.

TDQS

A4.2/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 disclose the response form: 'Returns decision in Markdown format with metadata (court, date, file number, ECLI).' It also communicates the source-specific ID format. It does not cover error behavior or the save_path mode, but the retrieval action and return format are sufficiently 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?

The description is two short sentences and front-loads the main action and output before adding the source-specific note. Every clause earns its place and no information is repeated from the schema.

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 5-parameter tool with no annotations and no output schema, the description covers the essential invocation path and the source parameter nuance. The remaining parameters are fully documented in the input schema, so the description is largely complete; only error and edge-case behavior is omitted.

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 the baseline is 3, but the description adds a real semantic mapping beyond the schema: BY-source IDs come from gesetze-bayern.de and use the Y-300-Z-... format. This external context helps an agent construct correct IDs. Other parameters do not need further elaboration because the schema already documents them.

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 opens with a specific verb, resource, and lookup key: 'Retrieve full text of a court decision by doc ID.' It clearly distinguishes this from sibling search tools by framing it as a retrieval action keyed on an ID, and it states the expected output format.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The only explicit usage guidance is 'Use source "BY" for IDs from gesetze-bayern.de (format: Y-300-Z-...),' which helps select a parameter value but not choose this tool over alternatives. It implies the tool is used when a doc ID already exists, but it never states that rii_search should be used first or when not to use this tool.

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

ris_getA

Retrieve a RIS document as Markdown. Pass the content_url returned by ris_search (preferred), or an id (Dokumentnummer) together with its applikation. Use section to pull only part of a document (token-preserving), or save_path to write the full document to disk and return metadata only.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoDokumentnummer from a search result (requires `applikation`).
sectionNoReturn only part of the document: a Randnummer ("Rn 5"), an Rn range ("Rn 5-9"), a line range ("lines:1-40"), or a heading ("Spruch", "Begründung").
save_pathNoAbsolute file path for the requested section, or the full document when section is omitted. Relative paths are not supported.
applikationNoRIS applikation from a search result (e.g. "Justiz", "BrKons"). Required with `id`.
content_urlNoThe document HTML URL from a ris_search result.

TDQS

A4.1/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 full disclosure burden. It successfully discloses that section retrieval is token-preserving, save_path writes to disk, and save_path returns metadata only instead of content. It does not address authentication, errors, or rate limits, but the main behavioral side effects of the tool are surfaced.

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 two sentences with no filler. The core retrieval purpose is front-loaded, and the remaining content packs parameter routing, mode behavior, and output implications into a tight, scannable structure.

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 tool has no output schema and no annotations, yet the description covers the main invocation modes, output format, and side effects, so an agent can reasonably select and call it. Some gaps remain around error conditions and output details when no save_path is given, but they are not severe enough to make the definition inadequate.

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 the baseline is 3, but the description adds meaningful semantic relationships: content_url is preferred over id, applikation is conditionally required with id, section is token-preserving, and save_path changes the return behavior. This goes beyond what the property descriptions alone provide.

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 and resource: 'Retrieve a RIS document as Markdown.' It is clearly scoped to full documents and partial sections, and it contrasts with the broader sibling set by focusing on RIS document retrieval. It does not explicitly name or differentiate sibling tools like ris_get_norm or ris_toc, so it misses the top score.

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 strong internal guidance: prefer content_url from ris_search, use id only with applikation, use section for partial retrieval, and use save_path to write to disk while returning metadata only. It clearly explains when to use each parameter mode, but it does not state when to prefer this tool over sibling alternatives such as ris_get_norm.

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

ris_get_normA

Retrieve a single paragraph (§) of an Austrian consolidated law as Markdown — e.g. law="ABGB" paragraph="1295". application="bundesrecht" (federal) or "landesrecht" (state law; set bundesland). The surgical, token-preserving way to read ONE § instead of a whole statute.

ParametersJSON Schema
NameRequiredDescriptionDefault
lawYesLaw title or abbreviation (RIS "Titel"), e.g. "ABGB", "UrhG", "Bauordnung".
paragraphYesParagraph number, e.g. "1295" or "1295a".
save_pathNoAbsolute file path for the norm. Relative paths are not supported.
bundeslandNoRequired for application="landesrecht": which Bundesland.
applicationYesFederal ("bundesrecht") or state ("landesrecht") law.bundesrecht

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It discloses the output format (Markdown), the consolidated-law source, and jurisdiction switching behavior. However, it omits any mention of the save_path side effect and does not address potential errors or output behavior beyond format, leaving notable behavioral gaps.

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 a single well-structured sentence that front-loads the main action, includes a concrete example, and adds a concise contrast with whole-statute retrieval. Every phrase earns its place without redundancy.

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 relatively simple retrieval tool with fully documented schema parameters, the description covers the core purpose, the Markdown output format, jurisdiction handling, and a concrete example. It is slightly incomplete because it never mentions the optional save_path behavior or explicitly ties the tool to sibling tools, but overall it gives an agent enough to invoke it correctly in common cases.

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 the baseline is 3. The description adds value by giving a concrete example (law="ABGB" paragraph="1295"), clarifying how application selects federal vs state law, and signaling that bundesland must be set in the landesrecht case. This goes beyond the schema's field 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 a single paragraph (§) of an Austrian consolidated law as Markdown." It further distinguishes itself by contrasting with "a whole statute," which differentiates it from siblings like ris_get, and provides a concrete law/paragraph example.

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 clearly communicates the intended use case: the "surgical, token-preserving way to read ONE § instead of a whole statute." It also gives selection context for application="bundesrecht" vs "landesrecht" and notes that bundesland is needed for state law. However, it does not explicitly name sibling tools or say when not to use them, so it falls just short of full alternative routing.

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

ris_tocA

Get the table of contents (Inhaltsverzeichnis) of an Austrian consolidated law — its §§ with headings — so you can then read one with ris_get_norm. Use the full title if an abbreviation fails (e.g. "Urheberrechtsgesetz" rather than "UrhG"). application="bundesrecht" (federal) or "landesrecht" (+ bundesland).

ParametersJSON Schema
NameRequiredDescriptionDefault
lawYesLaw title or abbreviation, e.g. "ABGB", "StGB", "Urheberrechtsgesetz".
save_pathNoAbsolute file path for the TOC. Relative paths are not supported.
bundeslandNoRequired for application="landesrecht": which Bundesland.
applicationYesFederal ("bundesrecht") or state ("landesrecht") law.bundesrecht

TDQS

A4.9/5.0
Behavior5/5

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

There are no annotations, so the description carries the full burden. It clearly states what the tool returns (TOC with §§ and headings), what inputs affect behavior (full title vs abbreviation, application scope), and implies a network fetch to the RIS service. It does not hide side effects or require inferred prerequisites, making it behaviorally transparent for an agent.

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 with high information density. Every sentence adds distinct value: purpose and follow-up, practical abbreviation advice, and legal-scope parameters. There is no fluff or repetition of schema details.

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

Completeness5/5

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

The tool has no output schema and no annotations, so the description is the only source of behavioral and usage context. It covers the purpose, the expected content (TOC with §§ and headings), the follow-up tool, the two application scopes, and the parameter dependency between application and bundesland. This is sufficient for an agent to invoke it correctly.

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 schema already has 100% coverage, so the baseline is 3. The description adds meaningful usage context: it explicitly mentions using the full title when an abbreviation fails, which supplements the schema's 'Law title or abbreviation' example. It also clarifies that bundesland is needed for landesrecht. Only minor extra value beyond schema, hence 4.

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 explicitly states the tool retrieves the table of contents of an Austrian consolidated law, listing its §§ with headings, and names the follow-up tool ris_get_norm. It differentiates from siblings like ris_get and ris_get_norm by specifying the TOC retrieval purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives concrete when-to-use guidance: use it to get a TOC before reading a norm with ris_get_norm, and advises using full titles if abbreviations fail. It also explains that application='bundesrecht' or 'landesrecht' with bundesland, which provides clear selection criteria.

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

TDQS

A3.9/5.0
Disambiguation5/5

Each search/get pair is scoped to a distinct source (arXiv, DIP, EUR-Lex, InfoCuria, German legislation, German courts, Austrian RIS), and the three DIP search variants are clearly differentiated by document type (Drucksache, Vorgang, Plenarprotokoll). Cross-jurisdiction overlaps like legis_get vs ris_get_norm are explicitly distinguished by country and purpose.

Naming Consistency4/5

Tools consistently use lowercase snake_case with source prefixes (arxiv_, dip_, eul_, icu_, legis_, rii_, ris_), and retrieval actions follow search/get/toc patterns. Minor inconsistency remains: get, get_document, get_decision, and get_norm are all used for retrieval depending on the module.

Tool Count3/5

20 tools is on the heavy side; each jurisdiction/source pair requires search+get, but the server bundles German, EU, Austrian, and even arXiv coverage under one surface. The count is defensible for the broad scope but approaches the threshold where splitting into per-jurisdiction servers would improve navigability.

Completeness4/5

Core research workflows are covered: search and full-text retrieval for legislation (German/EU/Austrian), case law (German/Austrian/CJEU), parliamentary documents, and scholarly preprints. Minor gaps exist — e.g., no obvious protocol retrieval beyond the DIP search results, and EU legislation lacks a TOC/norm-retrieval counterpart to legis_toc/ris_toc — but agents can complete main tasks.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    B
    maintenance
    Provides access to the official German Federal Legal Information Portal (rechtsinformationen.bund.de) enabling AI agents to search German federal laws, court decisions, and legal documentation with authoritative citations from official sources.
    5
    23
  • A
    license
    Not graded
    quality
    F
    maintenance
    MCP server for accessing and searching German federal law documents from gesetze-im-internet.de. Provides tools to retrieve specific paragraphs, perform full-text searches, and list available laws.
    9
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides read-only access to current German federal law, supporting legislation search, provision retrieval, and citation handling.
    Apache 2.0

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