Skip to main content
Glama

Receipt for a thread

aamio_receipt
Read-onlyIdempotent

Hashes, times and signer keys of every message, and a root over them. No content. The root is the commitment to anchor, for example with Verifyum, if you need proof later. Take it before the thread expires; afterwards there is nothing to take it from.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wYesWrite address of the thread.
idYesRead key of the thread. Never share it.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnly, idempotent, non-destructive, closed-world), so the description earns credit for adding traits annotations cannot express: the return contents, the absence of message content, and the perishability of the receipt after thread expiry. It stops short of describing the exact return shape or error behavior.

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?

Four short sentences, no filler, with the perishability warning front-loaded in the second half where it matters most. The elliptical, fragmentary style ('No content.') is dense but readable.

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?

With no output schema, the description carries the burden of explaining the return value and does so at a conceptual level (hashes, times, signer keys, root). The expiry constraint and the anchoring use case round out what an agent needs; only the literal response format is unspecified, which is a minor gap for a read-only tool.

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?

Both parameters are fully documented in the schema (100% coverage), including the warning not to share the read key. The description adds nothing about 'w' or 'id', so the baseline 3 for high-coverage schemas applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states concretely what the tool produces: hashes, timestamps, signer keys of every message plus a Merkle-style root over them, with 'no content'. That is a specific resource with a clear scope. It does not, however, name or contrast itself with siblings like aamio_read or aamio_close, leaving the agent to infer the distinction.

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 gives an explicit when-to-use ('if you need proof later', anchor with Verifyum) and a hard precondition/deadline ('take it before the thread expires; afterwards there is nothing to take it from'). No alternative tool is named, but no obvious competitor exists for producing a receipt.

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.

Resources