Skip to main content
Glama

eu_article

Read-onlyIdempotent

Retrieve the full verbatim text of a specific article from EU regulations (GDPR, AI Act, DORA, NIS2, eIDAS, CRA) by regulation name and article number.

Instructions

Pelny tekst artykulu (verbatim) po identyfikatorze regulacji i numerze artykulu, wraz z tytulem i rozdzialem. Bledy: out_of_scope (regulacja poza 6 ICP), missing_arg (brak article_number), not_found (artykul/regulacja nie ma w snapshot).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regulationYes
article_numberYesNumer artykulu, np. '33' (GDPR), '6' (AI Act).
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, indicating a safe read operation. The description adds value by listing specific error scenarios (out_of_scope, missing_arg, not_found) and clarifying that the tool returns title and chapter in addition to the article text.

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 a single sentence that clearly states the tool's purpose and return values, followed by a list of possible errors. It is concise and front-loaded with essential information, with no unnecessary words.

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?

For a simple retrieval tool with two parameters and no output schema, the description covers purpose, return content (full text, title, chapter), and error scenarios. It could be improved by describing the output format or structure, but the given information is sufficient for an agent to use the tool correctly.

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 50% (article_number has a description, regulation only has an enum). The description reiterates that parameters are regulation identifier and article number but does not add new semantic details beyond what the schema provides. No explanation of the regulation enum values.

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 retrieves the full verbatim text of an article along with its title and chapter, given a regulation and article number. It distinguishes itself from sibling tools like eu_search by specifying it returns the exact text, not search results.

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 implies usage context through error messages (e.g., 'out_of_scope' for regulations not in the 6 ICP list), but it does not explicitly state when to use this tool versus alternatives like eu_search or eu_compare. No direct guidance on when-not-to-use.

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/matematicsolutions/mcp-eu-compliance'

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