Skip to main content
Glama

verify_pack

Verify a previously-issued pack's hash-chain receipt (proves the artifact is unaltered since generatedAt). Pass the pack id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

TDQS

A3.6/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 states the tool verifies integrity via hash-chain receipt, suggesting a read-only operation, but does not disclose what happens on failure, authorization needs, or rate limits. Adequate but not comprehensive.

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 concise (one sentence) and front-loaded with the core purpose. It could be slightly restructured for clarity, but every part is relevant and earns its place.

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?

For a simple one-parameter tool with no output schema or annotations, the description covers the core purpose and input. Missing details about return value or error handling, which for a verification tool might be useful, but overall adequate.

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?

With 0% schema description coverage and only one parameter, the description adds context ('Pass the pack id') beyond the schema's type-only definition. However, it lacks format specifics or examples, making it minimally sufficient.

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's purpose: verifying a pack's hash-chain receipt to prove the artifact is unaltered since generatedAt. It uses specific verb 'verify' and resource 'pack's hash-chain receipt', and distinguishes from siblings (build_evidence_pack, ground_claim, screen_entity) as a verification tool.

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?

The description implies usage (pass the pack id) but does not explicitly state when to use this tool versus alternatives, nor does it provide exclusion criteria or prerequisites. The context is clear but no guidance on when not to use.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: building an evidence pack, grounding a claim, screening an entity, and verifying a pack. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (build_evidence_pack, ground_claim, screen_entity, verify_pack), making them predictable.

Tool Count5/5

With only 4 tools, the server is tightly scoped to the core workflow of building, grounding, screening, and verifying compliance evidence. Each tool earns its place.

Completeness4/5

The tool surface covers the essential lifecycle for compliance evidence: creation, verification, and supporting checks. A minor gap is the absence of a tool to retrieve pack details without verification, but this is not critical.

Resources