Skip to main content
Glama

Jithox E-Invoice Readiness

Verify a VAT number in VIES (live)

verify_vat_vies
Read-only

Check a VAT number's ACTIVE status against the official EU VIES source. Returns valid / invalid / invalid_input / unavailable with provenance (source, checkedAt). When VIES is unavailable it says so truthfully and makes no validity claim. Validation and readiness only; never sends a Peppol invoice and gives no legal, fiscal or compliance guarantee.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vatNumberYesA VAT number, e.g. "BE0123456749".
countryCodeNoISO alpha-2, used only when the VAT has no prefix.

Output Schema

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

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable behavioral details: return values (valid/invalid/invalid_input/unavailable), provenance (source, checkedAt), and behavior when VIES is unavailable. 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 three sentences with no wasted words. Front-loaded with the main purpose, then concise behavioral notes.

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 tool's simplicity (2 params, output schema exists), the description covers key behaviors and return format. It does not repeat output schema fields, which is acceptable. A minor gap: it doesn't mention the optional countryCode in the description text, but the schema covers it.

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 100%, so the schema already documents both parameters well. The description adds an example for vatNumber but no extra semantic meaning 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 verb 'Check', the resource 'VAT number', and the target 'official EU VIES source'. It distinguishes from siblings by specifying it is live verification and not sending invoices or providing legal guarantees.

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 gives clear context (check active status against VIES) and explicitly states what it does not do (no Peppol invoice, no legal/compliance guarantee). However, it does not provide explicit when-not-to-use or alternative comparisons.

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