Skip to main content
Glama

search_eu_law

Retrieve EU legislation and court rulings by submitting keyword searches to the EUR-Lex database.

Instructions

Durchsucht EU-Recht und Rechtsprechung über EUR-Lex.

Args: query: Suchbegriff(e) auf Englisch, z.B. 'data protection', 'consumer rights', 'competition law' limit: Maximale Anzahl Ergebnisse (Standard: 10, Max: 20)

Returns: EU-Rechtsakte und Urteile mit Titel, CELEX-Nummer und Datum.

Beispiele: search_eu_law('artificial intelligence regulation') search_eu_law('GDPR data protection', limit=5)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
limitNo
Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral traits. It only mentions the read nature implicitly (search) but does not state that it is non-destructive, nor does it mention auth requirements, rate limits, or side effects. The description is insufficient for a tool with zero annotation coverage.

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 well-organized, with clear sections (Args, Returns, Examples). Every sentence adds value, and the structure is front-loaded with the core purpose.

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?

Given the tool has only 2 parameters, no output schema, and no nested objects, the description adequately covers what is needed: search inputs, return format (title, CELEX number, date), and examples. No critical gaps remain.

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?

The input schema has 0% description coverage, but the description compensates by explaining the 'query' parameter with examples and the 'limit' parameter with default and max values. This adds meaningful context beyond the schema types.

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 clearly states it searches EU law and case law via EUR-Lex, using a specific verb and resource. However, it does not explicitly differentiate from sibling tools like search_cases or search_by_citation, which may have overlapping scopes.

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 includes usage tips such as using English search terms and default limit values, and provides examples. However, it lacks guidance on when to use this tool versus alternatives, and does not specify exclusions or prerequisites.

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/AiAgentKarl/legal-court-mcp-server'

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