Skip to main content
Glama
cmendezs

mcp-facturacion-electronica-es

es__generate_facturae_xml

Generate Facturae 3.2.2 XML invoices for Spanish B2G electronic invoicing to the FACe portal. The document is unsigned and must be signed before submission.

Instructions

Genera una factura XML conforme a Facturae 3.2.2 para envío B2G al portal FACe. El documento generado está sin firmar; use es__sign_facturae_xades para firmarlo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
invoiceYesInvoiceDocument con seller, buyer, vat_summary y lines.
schema_versionNoVersión del esquema Facturae (por defecto: '3.2.2').3.2.2
Behavior3/5

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

No annotations are provided, so the description must supply behavioral details. It states the generated document is unsigned, which is critical. However, it does not disclose other behaviors like validation requirements, side effects, or output format.

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 concise sentences front-load the key action and specs. Every sentence adds value: the first specifies the standard and target, the second warns about signing requirements.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has a nested object parameter and no output schema. The description explains the purpose and unsigned nature but does not describe the return value (e.g., whether it returns the XML string or a file). This is a gap for agent invocation.

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%, so the baseline is 3. The description adds no extra meaning beyond the schema field descriptions; it simply references the invoice object without elaborating on its structure.

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 generates a Facturae XML for B2G submission to FACe, specifying the exact schema version (3.2.2). It distinguishes itself from sibling tools like es__sign_facturae_xades by noting the output is unsigned.

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 explicitly tells the agent when to use the tool (for B2G Facturae generation) and what subsequent action to take (signing with es__sign_facturae_xades). It does not explicitly list when not to use it, but the context of siblings implies other tools are for different scenarios.

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-facturacion-electronica-es'

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