Skip to main content
Glama

gns_verify_chain

Verify the cryptographic integrity of an agent's breadcrumb chain. Returns { is_valid, block_count, issues[] } plus epoch Merkle roots. A valid chain proves no audit records have been tampered with.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_pkNoEd25519 public key (64 hex chars). Omit for own agent.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the burden and provides useful behavioral detail: it lists the exact return shape ({ is_valid, block_count, issues[] } plus epoch Merkle roots) and explains the semantic meaning of a valid chain. It does not address permissions or side effects, but verification is inherently non-destructive and the return semantics add clarity.

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?

Two sentences, front-loaded with the core action, and packed with necessary detail (return shape and guarantee). No wasted words.

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?

The tool has one optional parameter and no output schema; the description compensates by explaining the return fields and the validity guarantee. It is sufficient for selecting and invoking the tool, though it could be more explicit about when to prefer it over sibling verification-like tools.

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% and the parameter agent_pk is fully described in the schema as an Ed25519 public key with an omit-for-own-agent note. The description adds no additional parameter context, so the baseline of 3 is appropriate.

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 uses the specific verb 'Verify' with the resource 'an agent's breadcrumb chain' and states cryptographic integrity. It clearly distinguishes from sibling tools like gns_get_compliance_report and gns_get_trust_score by focusing on tamper-evidence verification.

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 clearly implies this tool is for checking integrity of a breadcrumb chain, giving context for when it would be used. It does not explicitly name alternatives or exclusions, so it stops short of a 5.

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.