Skip to main content
Glama

get_uitspraken_bulk

get_uitspraken_bulk

Retrieve up to 10 Dutch court decisions by ECLI in a single API call. Get full text, metadata, relations, and links for each, with errors for unpublished or missing ECLIs.

Instructions

Fetch multiple Dutch court decisions by ECLI in one call (1–10 ECLIs) from the official Open Data API. Returns a per-ECLI result with the body text, metadata, relations, and links — or an error for any ECLI that is unpublished or not found.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eclisYes1–10 ECLI identifiers.
metadataOnlyNoWhen true, fetch metadata only (no body text).
Behavior4/5

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

With no annotations provided, the description carries the full burden and discloses important behavior: per-ECLI results with body, metadata, relations, links, and error handling for unpublished/not-found ECLIs. It does not mention rate limits or auth, but for a public read API the disclosed return and error semantics are valuable.

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 sentences, front-loaded with the main purpose and followed by a concise summary of the return format and error behavior. No redundancy or 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?

There is no output schema, so the description reasonably covers return values and error cases. It explains the per-ECLI result and the count limit. It could optionally include a small example, but the provided info is sufficient for an agent to understand the tool's use.

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%, with both parameters described. The description adds context about the result structure (body, metadata, relations, links) but does not elaborate on parameter semantics beyond what the schema already states. Baseline of 3 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 clearly states a specific verb ('Fetch'), resource ('multiple Dutch court decisions by ECLI'), and scope ('1–10 ECLIs in one call'). It distinguishes itself from siblings like get_uitspraak (single) and search_uitspraken (search-based) by emphasizing the bulk-by-ECLI nature.

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 when to use the tool: when fetching multiple court decisions by known ECLI identifiers. It implicitly excludes single-fetch and search scenarios, though it does not explicitly name alternatives or state 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/Prudai/rechtspraak-mcp'

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