Skip to main content
Glama
cmendezs

mcp-fattura-elettronica-it

it__verify_archive_integrity

Checks archived document integrity by recomputing its SHA-256 hash and comparing it to the stored value to detect corruption or tampering.

Instructions

Verify the integrity of an archived document by recomputing its SHA-256 hash and comparing against the stored hash.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
document_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description bears the behavioral-disclosure burden. It discloses exactly what operation will be performed: recomputing a SHA-256 hash and comparing it to the stored hash. This is transparent about the verification mechanism, though it does not mention whether the operation is read-only or whether it produces any side effects.

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 a single sentence that packs the action, target, method, and comparison criterion into a compact, front-loaded statement. There is no wasted wording, no obscure jargon, and no repeated content.

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?

For a one-parameter operation with an output schema present, the description is nearly complete. It captures the input (document id), the action (hash recomputation), and the comparison logic (against stored hash). It does not mention any prerequisite condition, such as the document needing to be previously archived, but this is a minor gap in an otherwise sufficient context.

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 input schema only has one parameter, document_id, with no documentation. The description's 'archived document' wording directly maps to that identifier by semantic context. Since there is only one parameter and it self-evidently names the resource, the description adequately compensates for the missing schema-level detail.

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 names a precise verb ('Verify the integrity') and a specific resource ('an archived document'), and explains the mechanism (recompute SHA-256, compare against stored hash). This clearly distinguishes it from archiving, retrieving, or listing tools.

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 implies the tool should be used when you need to confirm an archived document has not been corrupted or altered, which is clear context. It does not explicitly name alternatives or say when not to use it, but with the archive-focused sibling set, the intended use is reasonably clear.

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-fattura-elettronica-it'

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