Skip to main content
Glama

verify_copy

Re-read a stored archive from its destination, re-hash it (SHA-256 + BLAKE3), and compare to recorded hashes to mark as Verified, Failed, or Missing.

Instructions

Re-read an archive from one of its destinations and compare it to what was recorded. Default mode "full": re-hash SHA-256 plus the recorded BLAKE3 and the stored signature when present, then mark the copy Verified on a match (Failed on a mismatch, Missing if the file is gone) — the only pass that can promote, and the citable one. Optional mode "fast": a BLAKE3-only re-read that refreshes an already-Verified copy or exposes a mismatch but NEVER promotes (a matching fast pass on an unverified copy returns passed_unpromoted; an archive with no recorded fast hash falls back to a full pass with the reason surfaced). Results and audit rows name the algorithm that ran. Identify which stored archive to check by archive_id + destination_id. Works for disk and NAS destinations, and tape destinations (the cartridge is mounted and read back); cloud read-back runs in the desktop app, not here. NOTE: this is the only always-on tool that writes, and it only ever does so after a genuine read-back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoVerify mode. Default "full" (SHA-256 + recorded BLAKE3 + signature — the promoting, citable pass). "fast" is a BLAKE3-only sustain/demote check that never promotes.
archive_idYesThe archive's id.
destination_idYesThe Destination the archive is stored at.
Behavior5/5

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

Discloses that the tool writes after a genuine read-back, which annotations don't fully capture. Details behaviors like promotion, demotion, statuses (Verified, Failed, Missing, passed_unpromoted). Aligns with annotations (readOnlyHint=false, destructiveHint=false). No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately long but front-loaded with purpose. Every sentence adds value, though some details (e.g., algorithm names) could be condensed. Overall, well-structured and informative.

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?

Given no output schema, the description fully explains return statuses (Verified, Failed, passed_unpromoted) and mode dependencies. Covers constraints for disk/NAS, tape, and cloud. Unambiguous about writing behavior. Complete for a complex tool.

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?

Schema coverage is 100% (3 parameters), so baseline is 3. Description adds meaning by explaining the mode difference (fast vs full) and the role of archive_id/destination_id. Provides context that fast mode never promotes and full mode is citable.

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 starts with a clear verb and resource: 'Re-read an archive from one of its destinations and compare it to what was recorded.' It distinguishes itself from sibling tools (e.g., list_tapes, coverage_status) by focusing on verification and promotion. The two modes (full and fast) are clearly defined.

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

Usage Guidelines5/5

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

Explicitly states when to use: 'the only always-on tool that writes' and 'the only pass that can promote.' Provides exclusion criteria: 'cloud read-back runs in the desktop app, not here.' Distinguishes full vs fast mode usage, including when each is appropriate.

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/Agaveis/hiberden-mcp'

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