Skip to main content
Glama

scan_for_receipts

Read-onlyIdempotent

Scan any inbound message for signed receipts and verify each offline to know which numbers were proven before acting.

Instructions

The RECEIVER half of the trust loop — FREE, no api_key. When another agent hands you a message, this finds every vcr/1 receipt inside it and verifies each offline (issuer-agnostic), so you learn which numbers were actually checked before you act on them. Returns {found, verified, unverified, all_valid, results}. A message with NO receipt returns found=0 (nothing was proven — treat the number as unchecked).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesAny inbound blob — a peer agent's chat message, a webhook body, a tool result (str / dict / list). Receipts embedded anywhere inside are found automatically.
Behavior5/5

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

Discloses offline verification, issuer-agnostic behavior, no API key requirement, and the exact return shape: {found, verified, unverified, all_valid, results}. It also covers the critical no-receipt case, adding value beyond the readOnlyHint and idempotentHint annotations by explaining what the read actually proves.

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?

Three tight sentences front-load the purpose, then give the return structure and the no-receipt edge case. No filler; every sentence adds meaningful information without redundancy.

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?

With one well-documented parameter and rich annotations, the description covers the output fields and the crucial interpretation of a zero-found result. Since there is no output schema, the description successfully fills that gap.

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?

The single 'message' parameter is already fully described in the input schema with 100% coverage, including accepted types (str/dict/list) and embedded receipts. The tool description reinforces the inbound-message semantics but adds little beyond what the schema already provides.

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 function: 'finds every vcr/1 receipt inside it and verifies each offline' with a specific verb-resource pair and scope ('inbound message'). It also distinguishes itself from the verify_* siblings by framing itself as the 'RECEIVER half' and noting it is 'FREE, no api_key'.

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?

Provides clear when-to-use context: 'When another agent hands you a message' and explains the no-receipt edge case. It does not explicitly name alternatives like verify_receipt for single-receipt verification, so it misses the 'when-not' guidance needed for a 5.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ipezygj/numguard'

If you have feedback or need assistance with the MCP directory API, please join our Discord server