Skip to main content
Glama
artisan-at-work

euinvoice-mcp

get_einvoicing_requirements

Retrieve e-invoicing mandates, formats, Peppol readiness, and clearance models for any EU/EEA country to assess compliance requirements by B2G, B2B, and B2C transactions.

Instructions

Get e-invoicing requirements for a country: mandates (B2G, B2B, B2C), systems, formats, Peppol readiness, clearance model.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryCodeYesISO 3166-1 alpha-2 country code

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden, but the 'Get' verb strongly implies a read-only lookup and there is no mutation risk to disclose. It adds useful content scope beyond the schema by naming exactly which requirement categories come back, though it says nothing about data freshness, coverage confidence, or behavior for unsupported countries.

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?

A single front-loaded sentence with a compact, comma-separated enumeration of return scope. Every clause earns its place, and nothing is padded or repeated.

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?

With one fully documented parameter and no output schema, the description usefully enumerates the shape of the returned data (mandates, systems, formats, Peppol readiness, clearance model), covering the main gap. It falls short only on sibling disambiguation and any note about unsupported or low-coverage countries.

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 coverage is 100% and the single countryCode parameter is already documented in the schema as an ISO 3166-1 alpha-2 code with a 2-character constraint. The description only restates 'for a country' and adds no format or validity details beyond the schema, so baseline 3 applies.

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 gives a specific verb ('Get') plus a well-defined resource ('e-invoicing requirements') and enumerates the sub-topics it returns (mandates B2G/B2B/B2C, systems, formats, Peppol readiness, clearance model). It does not, however, distinguish itself from overlapping siblings such as get_b2b_mandate_status, get_invoice_format, or get_en16931_info, which cover adjacent ground.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit when-to-use guidance and no mention of alternatives, despite heavy overlap with siblings like get_b2b_mandate_status (a specific slice of these requirements) and get_invoice_format. Usage is only loosely inferable from the scope of the returned fields.

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