Skip to main content
Glama

Vérifier ma facture (Factur-X)

Server Details

Conformité Factur-X : 21 critères PDF/A-3, XML CII EN 16931 et BR-FR. Analyse locale, gratuite.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have clearly distinct purposes: one lists the compliance criteria, the other performs the actual verification of a PDF. No overlap or ambiguity.

Naming Consistency5/5

Both tool names follow a consistent verb_infinitive pattern in French (lister and verifier), with clear object nouns (criteres and facture). The naming convention is uniform.

Tool Count3/5

With only two tools, the server is slightly thin, but each tool serves a distinct and necessary function for the declared purpose. The count feels borderline but acceptable for a narrow domain.

Completeness5/5

The server covers the full workflow: understanding the criteria (lister_criteres) and applying them to a specific invoice (verifier_facture). No significant gaps are apparent for the stated purpose.

Available Tools

2 tools
lister_criteresLister les critères de conformité vérifiésA
Read-onlyIdempotent
Inspect

Rend la grille complète des critères de conformité Factur-X vérifiés par verifier_facture (essentiels, stricts, avancés), avec les références normatives (EN 16931, ISO 19005-3, règles françaises BR-FR). Utile pour expliquer un rapport ou préparer une facture conforme.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering the safety profile. The description adds content details (the grid's scope and normative references) but does not describe behavioral nuances such as whether the list is static or dynamically generated, or the return structure. No contradiction with annotations.

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 exactly two sentences: the first states what the tool returns, and the second states its utility. Every phrase contributes value without redundancy or wasted words.

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?

For a zero-parameter listing tool with no output schema, the description fully covers the return content (complete grid, criteria categories, normative references) and practical applications. It is self-contained, allowing an agent to understand when and why to invoke it.

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?

The tool has zero parameters, and the schema is empty with 100% coverage. Per the baseline for zero parameters, the description does not need to explain parameters. It adds no parameter-specific information, which is appropriate and consistent with 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 uses the specific verb 'Rend' (returns) with a clear resource: the complete grid of Factur-X compliance criteria checked by verifier_facture. It distinguishes itself from the sibling by referencing verifier_facture's checks and enumerating content categories (essential, strict, advanced) and normative references.

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?

It provides explicit practical use cases: 'Utile pour expliquer un rapport ou préparer une facture conforme' (useful for explaining a report or preparing a compliant invoice). This implies when to use the tool, though it does not explicitly state when not to use it or contrast with verifier_facture beyond naming it.

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

verifier_factureVérifier la conformité Factur-X d'une facture PDFA
Read-onlyIdempotent
Inspect

Analyse un PDF de facture et rend un rapport de conformité Factur-X en 21 critères : essentiels (PDF/A-3, XML CII intégré), stricts (règles contrôlées par les plateformes agréées françaises, dont BR-FR-05, BR-FR-08 et BR-FR-CO-05) et avancés (qualité). Fournir le PDF encodé en base64 (10 Mo maximum). L'analyse est locale et éphémère : la facture n'est ni stockée ni transmise à un tiers.

ParametersJSON Schema
NameRequiredDescriptionDefault
pdf_base64YesLe fichier PDF de la facture, encodé en base64 (avec ou sans préfixe data:)
nom_fichierNoNom du fichier, pour l'affichage du rapport (optionnel)
Behavior4/5

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

The annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds valuable behavioral context: 'L'analyse est locale et éphémère : la facture n'est ni stockée ni transmise à un tiers.' It also describes the report's structure (essentiels, stricts, avancés), going beyond annotations.

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, all information-dense: purpose, criteria breakdown, input requirement, and privacy guarantee. No filler or repetition, properly front-loaded.

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?

There is no output schema, but the description outlines what the report contains (21 criteria across three categories) and covers input constraints and privacy. The sibling tool lister_criteres likely provides the full criteria list, making this description sufficiently complete for an agent to decide and invoke.

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 both parameters described, so the baseline is 3. The description adds a key constraint (10 Mo maximum) and reinforces the base64 encoding format, providing additional semantic value 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 a specific action ('Analyse un PDF de facture et rend un rapport de conformité Factur-X') and a concrete deliverable (21 criteria across three categories). This distinguishes it from the sibling tool lister_criteres, which likely only lists criteria rather than verifying a PDF.

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?

It gives explicit prerequisites: 'Fournir le PDF encodé en base64 (10 Mo maximum)' and mentions the input format. However, it does not explicitly contrast with the sibling tool lister_criteres or say when not to use this tool, though the purpose implies it for PDF verification.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Validates electronic invoices (XRechnung, ZUGFeRD, Factur-X, Peppol BIS, etc.) against authority-pinned rules and explains failures.
    Last updated
    2
    153
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    EU e-invoice validation, as a developer API. Check whether an electronic invoice conforms to EN 16931 — the European standard behind France, Germany, Belgium, Poland and the 2030 ViDA mandate — with a single REST call. Structured JSON errors mapped to the official BR-* business rules. No enterprise sales call required.
    Last updated
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    InvoiceXML brings e-invoice compliance to your AI agent. Create, validate, convert, render, and extract structured invoices across UBL (Peppol BIS Billing 3.0, used worldwide), CII, Factur-X, ZUGFeRD, and XRechnung, all checked against the EN 16931 standard and official Schematron rules. Ask your assistant to generate a compliant invoice, validate one for errors, or convert between formats, with n
    Last updated
    5
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server for electronic invoicing that enables generating, validating, and parsing Factur-X and ZUGFeRD compliant XML invoices. It supports the French 2026 B2B reform and provides integration with Chorus Pro for automated invoice submission and status tracking.
    Last updated
    17
    1
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources