Skip to main content
Glama

Cjeu Search

cjeu_search
Read-onlyIdempotent

Search EU COURT JUDGMENTS — the case law of the Court of Justice (CJEU) and the General Court — by subject. Returns the case, the court, the date and the CELEX id to read it with. Use for "what has the CJEU said about data protection", "EU court rulings on gatekeepers", or to find the judgment interpreting a Regulation. This is case law; search_legislation covers the Regulations and Directives themselves.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
courtNoLimit to a court: "cjeu" (Court of Justice) or "general" (General Court). Default: both.
limitNoMaximum results (1-25, default 10).
queryYesWords appearing in the case title, e.g. "data protection", "state aid", "trade mark".
include_noticesNoInclude short Official Journal notices about judgments as well as the judgments themselves (default false).

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, destructiveHint=false. The description adds useful context beyond these: it notes the tool returns 'the case, the court, the date and the CELEX id' and clarifies the search scope ('by subject'). It does not contradict the annotations and provides meaningful behavioral context for a read-only search operation.

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 concise and front-loaded with the key purpose ('Search EU COURT JUDGMENTS'). It uses 3-4 sentences with no filler, includes concrete example queries, and clearly states an alternative tool. Every sentence adds value, and the structure leads with the most important information.

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 complete for a search tool: it explains what it returns (case, court, date, CELEX id), provides usage examples, and differentiates from search_legislation. However, it says 'by subject' while the schema states query matches 'Words appearing in the case title'—this slight mismatch could mislead an agent into expecting semantic subject search rather than title keyword search. Given no output schema, the description covers return fields adequately but this nuance is a minor gap.

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 baseline is 3. The description does not add parameter-specific details beyond what the schema already provides; it mentions the court types (CJEU and General Court) and example queries, but these are also implied by the schema. The description does not compensate further or introduce new parameter meaning.

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 action: 'Search EU COURT JUDGMENTS — the case law of the Court of Justice (CJEU) and the General Court — by subject.' It identifies the resource (EU court judgments) and distinguishes itself from search_legislation, which covers Regulations and Directives. This is a precise, non-tautological statement.

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 provides explicit guidance on when to use this tool: 'Use for "what has the CJEU said about data protection"...' It also contrasts with an alternative: 'This is case law; search_legislation covers the Regulations and Directives themselves.' This satisfies both 'when' and 'when-not' criteria.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation1/5

Multiple tools appear to do nearly the same thing: ask_pipeworx, ask_ipeworx_beta (explicitly identical at the moment), ask_pipeworx_grounded, deep_research, and validate_claim all route questionanswering in a very similar way. Even with long descriptions, the sheer number of overlapping query/research/analysis tools (ai_visibility_check vs scan_comperitor_ai_presence, all polymarket_*) would make an agent uncertain which to call.

Naming Consistency2/5

The set uses snake_case everywhere but that is the only consistent part. There is a mess of verb_noun patterns, noun_verb patterns (cjeu_search vs search_legislation, cj_judgment vs get_document), bare noun phrases (entity_profile, compliance_index, pipeworx_feedback, polymarket_edges), and verb phrases (ask_ipeworx, generate_elms_txt, resolve_entry). A user cannot predict whether the noun comes first, so naming is readable but not predictable.

Tool Count2/5

39 tools is far over the 25+ threshold for a coherent set, and a large number of them (predictor markets ten, AI visibility, memory, subscriptions, pipework meta-tools) are outside the EUR-Lex legal research domain. The total count suggests a bundled everything-server rather than a focused legal-research MCP. It is not extreme enough for a 1 because 39 is still within a region where a broader meta-pipework suite could plausibly exist — but it's still too many.

Completeness4/5

For the EUR-Lex domain, the legal tools are nearly complete: search_legislation + compliance_index locate acts, get_metadata/list_articles/get_article/get_document read them, and cjeu_search/cjeu_judgment cover case law. Missing links that would make it fully seamless are amendment tracking, cross-references and direct CELEX/EURL-Lex citation search integration, but all basic 'find and read an act or judgment' workflows are supported.