Skip to main content
Glama

Search EU case law

search_eu_cases
Read-onlyIdempotent

Search EU case law by title, court, date, and CELEX. Verify direct article-to-instrument citations with official paragraph evidence.

Instructions

Search authoritative EU case law. query is an AND-of-tokens match over official case titles. provision verifies a direct article-to-instrument citation in official numbered case paragraphs and returns that evidence. interpreted_celex is instrument-level metadata only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ecliNo
celexNoExact case-law CELEX identifier beginning with 6
courtNo
limitNo
queryNoAND-of-tokens full-text match over the official case title only
date_toNo
languageNo
date_fromNo
provisionNoOne article and instrument, such as "Article 82 GDPR"; returned cases must directly link that article to that instrument in an official numbered paragraph
case_numberNo
document_typeNo
interpreted_celexNoLegislation CELEX interpreted by returned cases; instrument-level metadata only

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
api_versionYes
Behavior4/5

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

The annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is clear. The description adds meaningful behavioral detail: query uses AND-of-tokens matching over titles, provision verifies direct citations and returns evidence, and interpreted_celex is instrument-level metadata. This goes beyond the annotations without contradicting them.

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 a single, efficient sentence that front-loads the primary purpose, then clarifies key parameter nuances. Every clause adds value, and there is no redundancy or filler. It is appropriately concise for the scope it covers.

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?

With 12 parameters, no required fields, and a low schema description coverage, the description is insufficient for an agent to understand how to use the tool effectively. It covers only three parameters and omits details like date formats, court values, document types, and relationship between parameters. The presence of an output schema does not mitigate the input-side gaps.

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

Parameters2/5

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

The description explains the semantics of three parameters (query, provision, interpreted_celex), which adds clarity. However, schema_description_coverage is only 33%, and the description does not compensate for the other 8 parameters (ecli, celex, court, limit, date_to, date_from, language, case_number, document_type) that lack descriptions. This leaves significant ambiguity for agents constructing valid calls.

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 clear verb+resource: 'Search authoritative EU case law.' This unambiguously identifies the tool's core function. However, it does not differentiate from sibling tools such as search_eu_law, which likely overlaps in purpose, so it misses the opportunity to set it apart.

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?

The description provides no guidance on when to use this tool versus alternatives. There is no mention of search_eu_law or any other sibling, nor any conditions or exclusions. An agent is left to infer the context from the tool name alone.

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/hatt-io/eurmcp'

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