Skip to main content
Glama
axyr

Rechtspraak MCP Server

by axyr

cases_get_citations

Extract incoming and outgoing citations from a case using its ECLI identifier. Returns context snippets to understand citation relationships.

Instructions

Extract citations from a case. Returns both outgoing citations (cases this case cites) and incoming citations (cases that cite this case) with context snippets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ecliYesECLI identifier of the case
include_contextNoInclude context snippets for citations
directionNoCitation direction to retrieveboth
Behavior3/5

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

No annotations are provided, so the description bears full burden. It discloses that both outgoing and incoming citations are returned with context snippets, but does not mention side effects, authorization needs, rate limits, or behavior for edge cases like missing citations.

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, precise and front-loaded. Every sentence adds meaningful information without redundancy.

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?

Given 3 parameters, no output schema, and no annotations, the description explains the core functionality and return types but lacks details on return format, pagination (if any), or how to interpret context snippets. It is adequate but not fully complete.

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 explaining the meaning of the results (outgoing vs incoming) and the include_context parameter. However, it does not elaborate on the enum values for direction beyond what the schema provides.

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 uses the specific verb 'Extract' and clearly identifies the resource 'citations from a case'. It distinguishes between outgoing and incoming citations, which differentiates it from sibling tools like cases_get_similar or cases_get_by_ecli.

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 does not provide explicit guidance on when to use this tool versus siblings. It implies usage for citation extraction, but lacks when-not-to-use or alternative recommendations, which is needed given many sibling tools.

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/axyr/rechtspraak-solr-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server