Skip to main content
Glama
cmendezs

mcp-facturacion-electronica-es

es__submit_to_face

Submits a XAdES-signed Facturae XML to the FACe B2B API, using the required unit, office, and body codes. Automates electronic invoice submission for Spanish public administration.

Instructions

Envía un XML Facturae firmado con XAdES a FACe (Punto General de Entrada de Facturas Electrónicas) a través de la API REST B2B de FACe v2. Requiere FACE_ENV, FACE_CLIENT_ID y FACE_CLIENT_SECRET.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xmlYesXML Facturae con firma XAdES.
administrative_unitYesCódigo UnidadTramitadora de FACe.
accounting_officeYesCódigo OficinasContables de FACe.
management_bodyYesCódigo OrganoGestor de FACe.
Behavior2/5

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

No annotations are present, so the description must cover behavioral traits. It only mentions authentication requirements; it does not disclose success/failure behavior, side effects, or idempotency. This is insufficient for a submission tool.

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 two sentences with no unnecessary words. The first sentence clearly states the action, and the second lists requirements. It is well-structured and front-loaded.

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

Completeness2/5

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

Given no output schema or annotations, the description should explain return values or processing outcomes. It does not mention what the agent can expect (e.g., a tracking ID). Missing contextual information about the FACe system or Spanish e-invoicing context.

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% with clear descriptions for each parameter. The tool description adds no additional meaning beyond what is already in the schema. Baseline 3 is appropriate.

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 submits a signed XML Facturae to FACe via the specific API v2. It distinguishes from siblings like es__get_face_invoice_status and es__sign_facturae_xades, which handle different steps.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions prerequisites (environment variables) but does not provide guidance on when to use this tool versus alternatives or when not to use it. It implies the tool is for submission after signing, but lacks explicit context.

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