Skip to main content
Glama

nl_get_decision

Read-onlyIdempotent

Retrieve a Dutch court decision using its ECLI identifier from Rechtspraak Open Data.

Instructions

Fetch a Dutch court decision by its ECLI (Rechtspraak Open Data).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ecliYese.g. ``ECLI:NL:HR:2020:1``.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
ecliNo
textNo
courtNo
titleNo
issuedNo
subjectNo
byte_sizeNo
source_urlNo
zaaknummerNo
dataset_noteNoDutch case law via Rechtspraak Open Data (data.rechtspraak.nl), keyed by native ECLI. The open-data search has NO free-text query - discover decisions by date range (and optional court/subject), then fetch a decision by its ECLI. Decisions carry an 'ecli' (not an ELI).
human_readable_citationNo
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, destructiveHint=false. Description adds source context (Rechtspraak Open Data) but no additional behavioral details like error handling or rate limits.

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?

Single sentence, 13 words, zero wasted information. Front-loaded with purpose and key identifier.

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 single-parameter fetch tool with output schema and thorough annotations, the description covers the essential purpose and source. No missing critical information.

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 coverage is 100%. The description adds an example for the ecli parameter, but the schema already includes a similar example. No additional semantics beyond what 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?

Description clearly states the action (Fetch), resource (Dutch court decision), and method (by its ECLI). It distinguishes from siblings like nl_case_search by specifying the exact identifier.

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?

Implied usage: use when you have a known ECLI. However, no explicit guidance on when to avoid this tool or alternative tools (e.g., use nl_case_search if you don't have an ECLI).

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/matematicsolutions/nl-eli-mcp'

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