Skip to main content
Glama

Issue Verifier Receipt

receipt_issue
Read-onlyIdempotent

Issue a verifier-hashed receipt for a registered surface-specific verification artifact, returning the receipt inline without writing to disk.

Instructions

Issue one verifier-hashed receipt only for an existing, registered surface-specific verification artifact under the configured MCP scan root. The result is returned inline and is not written to disk. Requires no authentication. It reads local inputs only, does not make network calls, does not modify local files, and has no external rate limits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
claimYesOne claim proved by the receipt.
resultYesObserved result recorded at issuance.
commandYesCommand recorded at issuance.
referenceYesIn-root registered verification artifact path to hash.
surface_idYesCanonical coverage surface ID.
source_stateYesSource/environment state examined.
subject_digestNoOptional content hash assertion for the registered verification artifact.
source_revisionYesSource revision examined.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.2

TDQS

A4.1/5.0
Behavior5/5

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

Beyond annotations (readOnly, idempotent, non-destructive), the description adds concrete behavioral details: result returned inline and not written to disk, no authentication, no network calls, no local file modifications, no external rate limits. This fully discloses side effects and operational characteristics, exceeding the baseline set by 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?

The description is composed of four sentences, each adding distinct information (purpose, output handling, authentication, operational traits). It is front-loaded with the core purpose and efficient, though slightly longer than strictly necessary; no filler exists.

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?

Given the 8 parameters (all schema-described) and an output schema, the description covers operational context, prerequisites (existing registered artifact), and behavioral guarantees. It lacks only a mention of the optional subject_digest parameter, but that is already documented in the schema, so the description is sufficiently complete for correct invocation.

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 description coverage is 100%, so each parameter already has a clear description. The tool description does not add extra meaning beyond what the schema provides, and the baseline of 3 applies since the schema carries the semantic weight.

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 states a specific action (issue a verifier-hashed receipt) with clear constraints (only for existing, registered artifacts under the MCP scan root). It clearly distinguishes itself from siblings like coverage_emit or coverage_check by focusing on receipt issuance, not coverage calculation or emission.

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?

It provides a usage constraint ('only for an existing, registered surface-specific verification artifact') but does not explicitly name alternatives or say when not to use this tool versus siblings. The 'only' implies a precondition but offers no comparative guidance.

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