Skip to main content
Glama
cmendezs

mcp-fattura-elettronica-it

It Build Pacchetto Versamento

it__build_pacchetto_versamento

Create a ZIP archive of signed invoices for AgID-compliant long-term storage. Includes an XML index so the package can be submitted to a preservation provider.

Instructions

Build a Pacchetto di Versamento (PdV) ZIP archive containing one or more signed invoices and an XML index (IPdV). The PdV is the unit of transfer to an AgID-accredited conservazione provider.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
producer_idNo
documents_jsonYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.7.0

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool constructs a ZIP archive from signed invoices and an XML index, but does not cover prerequisites (e.g., invoices must already be signed), side effects, permissions, or output handling. This is acceptable but not thorough.

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: the first front-loads the core action and content, the second adds useful domain context. No filler words or repeated title text; this is efficient and well-structured.

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?

With an output schema present, not explaining return values is acceptable. However, the tool has two parameters and no parameter guidance in the description, and there is no annotation coverage; an agent could miss the expected format and when it needs the producer_id, so the description is adequate but not complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate; it only describes the archive content but never explains what 'documents_json' or 'producer_id' mean or how they map to that content. An agent would have to guess the required JSON structure and the role of producer_id.

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 states a specific verb ('Build'), resource ('Pacchetto di Versamento (PdV) ZIP archive'), and content (signed invoices + XML index). It also positions the tool in the domain workflow by naming AgID-accredited conservazione providers, clearly distinguishing it from siblings like it__archive_invoice or it__sign_fattura_xades.

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 the tool's usage context: building the unit of transfer to an AgID-accredited conservazione provider. It does not explicitly name alternatives or say when not to use it, but the clear transfer purpose implicitly routes the agent away from the plain archive and signature siblings.

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