Skip to main content
Glama

eurlex_citations

Read-onlyIdempotent

Find citation relationships for EU legal acts, including cites, cited by, amends, and repeals. Specify direction and language to retrieve relevant references.

Instructions

Finds citation relationships for an EU legal act: cites, cited_by, amends/amended_by, based_on/basis_for, repeals/repealed_by. direction="both" runs a balanced split so recent cited_by entries cannot crowd out cites results; the response's counts field reports how many of each side were found. The limit is divided evenly between the two directions and is not back-filled from the richer side, so direction="both" can return fewer than limit total results even when one side has more matches available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results
celex_idYesCELEX identifier, e.g. '32024R1689'
languageNoLanguage of the title, as a Cellar 3-letter code (any of the 24 official EU languages, e.g. DEU, ENG, FRA, POL, SPA)DEU
directionNoDirection: cites=acts referenced by this document, cited_by=acts referencing this document, both=a balanced split of both directionsboth

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYesNumber of entries in `citations`
countsYesHow the returned citations split across the two directions
celex_idYesThe act whose citations were queried
citationsYes
Behavior4/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds significant behavioral detail: how the limit is divided for 'both' direction, the non-backfilling behavior, and the existence of a 'counts' field in the response. This goes beyond annotations.

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 yet informative, front-loading the core purpose and then providing essential behavioral details. Every sentence adds value with no redundancy or filler.

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 presence of an output schema and complete parameter descriptions, the description covers all necessary behavioral nuances, especially the non-obvious balanced split behavior. It is complete for an AI agent to correctly invoke and understand the tool.

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?

Schema coverage is 100%, providing a baseline of 3. The description adds meaningful context beyond the schema, particularly for the 'direction' and 'limit' parameters, explaining how they interact in the 'both' case. This elevates it above baseline.

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 explicitly states it finds citation relationships for an EU legal act, listing specific relationship types (cites, cited_by, amends, etc.). This is a specific verb+resource combination that clearly distinguishes it from sibling tools like eurlex_search or eurlex_metadata.

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 usage context, especially for the 'direction' parameter, explaining the balanced split behavior and its implications. It does not mention alternative tools for when to use this versus others, but among siblings there is no direct alternative for citations.

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/Honeyfield-Org/eurlex-mcp-server'

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