Skip to main content
Glama
Iteksmart

iTechSmart MCP Server

Official
by Iteksmart

verify_prooflink_receipt

Verify cryptographic integrity of ProofLink receipts to detect tampering and validate chain links. Ensures schema completeness and hash integrity for autonomous AI action proofs.

Instructions

Verify the cryptographic integrity of a ProofLink receipt from iTechSmart's autonomous IT operations platform. ProofLink receipts are SHA-256 hash-chained cryptographic proofs of autonomous AI actions. This tool verifies hash integrity, chain link to the previous receipt, and schema completeness. Returns: verification result with tamper_detected flag, individual check results, and human-readable summary.

Requires scope: prooflink:verify:read. Every call governed by Arbiter constitutional policy and sealed with a ProofLink cryptographic receipt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
receipt_idYesThe receipt ID to verify (16 hex characters)
Behavior4/5

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

In the absence of annotations, the description discloses behavioral traits well: it verifies hash integrity, chain link, and schema completeness, returns tamper_detected flag, and mentions governance by Arbiter constitutional policy and ProofLink sealing. However, it does not explicitly state that the tool is read-only or has no 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 concise (two sentences plus a return value statement) and front-loaded with the core purpose. Every sentence adds value, and there is no superfluous information.

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?

Despite lacking an output schema, the description adequately explains the return values (tamper_detected flag, individual check results, summary). It also covers requirements (scope, policy) and provides enough context for an agent to use the tool correctly.

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 one parameter (receipt_id) already well-documented in the schema. The description adds no further detail about the parameter beyond what the schema provides, so it meets the baseline but does not enhance understanding.

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 it verifies the cryptographic integrity of a ProofLink receipt, specifying hash integrity, chain link, and schema completeness. It distinguishes the tool from similar verification tools by mentioning the iTechSmart platform and the specific checks performed.

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?

No explicit when-to-use or when-not-to-use guidance. It mentions required scope (prooflink:verify:read) but does not differentiate from siblings like prooflink.verify_receipt or prooflink.verify_chain. The usage context is implied but not fully specified.

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/Iteksmart/mcp-server'

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