Skip to main content
Glama

Checksum and Verify Pack

checksum_and_verify_pack

Compute SHA-256 checksums of tdmcp artifacts and write a manifest, or verify files against a manifest to detect mismatches, missing, or extra files.

Instructions

Compute or verify SHA-256 checksums for tdmcp artifacts (.tox, .recipe.json, bundles). action=compute walks a path and writes a tdmcp-checksums.json manifest. action=verify re-hashes files and reports ok/mismatch/missing/extra. No TD bridge required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
actionYes
strictNo
manifestNo
manifest_outNo
exclude_globsNo
include_globsNo
max_file_bytesNo
follow_symlinksNo
Behavior4/5

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

Annotations indicate write (readOnlyHint=false) and non-destructive (destructiveHint=false). The description adds that compute writes a manifest and verify re-hashes for comparison, and that no TD bridge is needed, providing useful behavioral context beyond annotations.

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?

Two sentences efficiently convey the core functionality and actions. Could be improved by briefly listing key parameters or providing a more structured summary, but it is clear and direct.

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?

Given the complexity (9 params, nested objects, no output schema), the description covers the main workflow but lacks details on parameter usage, default exclusions, and manifest format. It is minimally complete for a basic understanding but not fully sufficient.

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 has 9 parameters with 0% description coverage. The description only implicitly mentions 'action' and 'path', leaving other parameters like strict, manifest, exclude_globs, etc. unexplained. This does not compensate for the lack of schema descriptions.

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 computes or verifies SHA-256 checksums for tdmcp artifacts, with specific actions compute and verify. It distinguishes itself from sibling tools by focusing on checksum operations for packaging artifacts.

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?

It explains that action=compute writes a manifest and action=verify reports mismatches. It also mentions 'No TD bridge required,' but does not explicitly state when to use this tool versus alternatives or provide exclusions.

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/Pantani/tdmcp'

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