Skip to main content
Glama

Jithox E-Invoice Readiness

Validate an EU invoice (structure)

validate_invoice
Read-only

Structurally validate a draft EU invoice and report machine-readable issues (schema problems, VAT-id format, date sanity, BIS 3.0 completeness, computed totals). Full report, never fails fast. Not legal approval. Validation and readiness only; never sends a Peppol invoice and gives no legal, fiscal or compliance guarantee.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
invoiceYesThe invoice payload to check.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
billingYes
productYes
receiptYes
decisionYes
retryableYes
capabilityYes
provenanceYes
generatedAtYes
limitationsYes
schemaVersionYes
receiptEnvelopeNo
decisionCategoryYes

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false. The description adds key behavioral context: 'Full report, never fails fast' and clarifies that validation does not imply legal/fiscal/compliance guarantees. This goes beyond annotations and aligns with them.

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?

Two sentences, no redundancy. The first sentence immediately states purpose and scope, the second clarifies limitations. Every word adds value.

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 tool has 1 required parameter, nested object, and output schema exists, the description is complete. It explains what is validated, what is not, and the nature of the output (machine-readable issues, never fails fast). No gaps.

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% with a single parameter 'invoice' described as 'The invoice payload to check.' The description adds meaning by enumerating what is validated (schema problems, VAT-id format, date sanity, BIS 3.0 completeness, computed totals), which helps the agent understand the tool's scope beyond the schema.

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 validates EU invoice structure and reports machine-readable issues, with specific examples (schema, VAT format, date sanity, BIS 3.0 completeness, computed totals). It distinguishes from siblings by explicitly stating what it is not (legal approval, sending Peppol).

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?

The description explicitly states when to use (structural validation) and when not (not for legal/compliance, never sends). It also provides exclusion conditions ('never sends a Peppol invoice, gives no legal guarantee'), which helps the agent decide against sibling tools.

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.

TDQS

A4.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: readiness snapshot, participant lookup, invoice validation, VAT number validation, and VIES check. No overlap or ambiguity exists.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., get_einvoice_readiness, validate_invoice), making them predictable and easy to distinguish.

Tool Count5/5

With 5 tools, the server is well-scoped for its validation and readiness focus. Each tool earns its place without being excessive or insufficient.

Completeness5/5

The tool set covers all necessary validation aspects: readiness overview, participant lookup, structural invoice validation, VAT format checks, and live VIES status. No obvious gaps for the stated purpose.

Resources