Skip to main content
Glama

eudr

Article 11 mitigation: what is outstanding

eudr_mitigation_status
Read-onlyIdempotent

Report the Article 11 risk-mitigation plans this organisation has open against flagged shipments: which steps are outstanding, which article each discharges, whether a step needs a person or can be re-run automatically, and what evidence has been recorded. A non-negligible verdict creates an obligation under Article 11 to act before the product is placed on the market; this answers how far that has got. Pass a shipment id for one plan, or omit it for everything still open. Read-only — recording a decision is a deliberate human act and is done on eudr.dev, because Article 11(3) requires the reasoning to be retained against a named person.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shipment_idNoOptional. One shipment's plan; omit for every open plan.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYes
plansYes
open_plansYes
organisationYes
outstanding_stepsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description reinforces this with 'Read-only' and goes further by explaining the human-only decision recording workflow and the legal requirement. This adds contextual depth beyond the annotations, with no contradiction.

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 compact and information-dense. It front-loads the core purpose, then the parameter behavior, then the read-only rationale. Every sentence adds value: legal context, outputs, and usage exclusions. No fluff, clear structure.

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?

For a read-only query tool with one optional parameter and an output schema, the description covers purpose, scope, parameter semantics, the read-only constraint, and the legal backdrop. An agent has everything needed to decide when to call it and what to expect. No gaps.

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?

The input schema has a single optional parameter, fully described ('Optional. One shipment's plan; omit for every open plan.'). The description essentially repeats this usage. Since schema coverage is 100%, the description adds little over the schema, but it does integrate the parameter into the broader usage guide. Baseline 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 the tool reports Article 11 risk-mitigation plans, enumerates the specific outputs (which steps are outstanding, which article each discharges, automation vs. human step, evidence recorded), and defines scope via flagged shipments. This is a specific verb+resource with no ambiguity, and it stands apart from the many sibling tools.

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?

It explicitly tells the agent when to use it: for querying mitigation status, either for one shipment (pass id) or all open plans (omit id). It explicitly distinguishes from recording decisions, which must happen on eudr.dev, and explains why (Article 11(3) requires attribution to a named person). This is clear when-to-use and when-not-to guidance.

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.