Skip to main content
Glama

First Dollar Test

Read the private machine receipt

get_receipt
Read-onlyIdempotent

Read expected reward/refund and actual finalized transfer state. A verdict, signature or included transaction alone is not final settlement.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
runIdYes
clientTokenYesPrivate run capability: generate and save 32 random bytes before creating a run. Never put it in a URL or public trace.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already establish read-only/idempotent/non-destructive behavior. The description adds meaningful context by distinguishing expected from actual finalized transfer state and by warning that intermediate evidence is not settlement, which is behavior beyond what the annotations state. It does not contradict the annotations.

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 with no filler: the core action is front-loaded, and the second sentence earns its place by adding a critical finality caveat. Every word contributes.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a two-parameter read-only tool with rich annotations, the description supplies the essential return semantics (expected vs actual finalized state) and the caveat needed to interpret results correctly. The security-critical clientToken guidance is already in the schema, so nothing needed for correct invocation is missing.

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 50%: clientToken is richly documented, while runId has only its uuid format. The description itself adds no parameter-level meaning and does not compensate for the undocumented runId, but the parameter names and the clientToken security note in the schema keep this from being a serious gap.

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 opens with a specific verb and resource ('Read expected reward/refund and actual finalized transfer state') and differentiates the tool from siblings that track intermediate results by warning that 'A verdict, signature or included transaction alone is not final settlement.' This leaves no doubt about what is being retrieved.

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 implies when to use this tool: when final settlement state is needed, and explicitly warns that intermediate artifacts (verdict, signature, included transaction) are insufficient. It stops short of naming the sibling tools that produce those artifacts, so the routing is clear but not fully explicit.

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