Skip to main content
Glama
cmendezs

mcp-einvoicing-be

validate_pint_be

Validate UBL 2.1 invoices against Belgian PINT-BE rules (PINT-BE-Rxxx) for country-specific mandatory elements not covered by EN 16931.

Instructions

Validate an invoice against PINT-BE rules published by the National Bank of Belgium.

PINT-BE is the Belgian PINT (Peppol International) extension that adds country-specific mandatory elements on top of EN 16931. Rule IDs follow the PINT-BE-Rxxx naming convention from the NBB specification. Note: PINT-BE is not mandated by the Royal Decree of 8 July 2025; it is an optional enrichment for specific use cases.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xmlYesRaw UBL 2.1 XML invoice content

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It clarifies the validation rules and naming convention but does not disclose whether the tool modifies data, requires authentication, or has side effects. For a read-only validation tool, this is adequate but not exceptional.

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—four sentences that front-load the core action, then provide essential context. Every sentence adds value without redundancy.

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?

Given the existence of an output schema, the description does not need to detail return values. It covers the validation scope, rule origin, and legal context comprehensively for a single-parameter tool.

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 covers 100% of parameters, and the description adds no additional parameter details beyond what the schema provides. Thus the baseline score of 3 is appropriate.

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 the tool validates invoices against PINT-BE rules, specifying the standard and issuer. However, it does not explicitly differentiate from the sibling 'validate_invoice_be', so it falls short of a 5.

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 explains PINT-BE is optional and for specific use cases, providing context on when to use it. It lacks explicit alternatives or exclusions but offers clear guidance on the tool's applicability.

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/cmendezs/mcp-einvoicing-be'

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