Skip to main content
Glama

Read one Sup receipt

sup_receipt
Read-onlyIdempotent

Use this when the user asks to verify an existing durable public Sup receipt. This only reads an existing event and never resends it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesExisting Sup receipt id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
toYes
fromYes
noteYes
created_atYes
content_noticeYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds value by stating it only reads an existing event and never resends it, which clarifies the non-mutating and non-sending behavior beyond the annotations. It doesn't describe the return format, but the output schema exists, so the description doesn't need to. This is a solid 4.

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?

The description is two sentences with zero waste. It front-loads the primary use case and immediately clarifies the non-resending behavior. Every word earns its place.

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 tool's simplicity (one parameter, clear annotations, and an output schema), the description is complete enough for an agent to call it correctly. It covers the purpose, the read-only nature, and the non-resending behavior. The only minor gap is not explicitly stating what the output contains, but the output schema handles that. A 4 is appropriate.

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 the schema already documents the 'id' parameter with a pattern and length constraints. The description doesn't add additional parameter semantics beyond what the schema provides. Baseline 3 is appropriate when the schema does the heavy lifting.

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 purpose: to verify an existing durable public Sup receipt. It specifies the verb 'verify' and the resource 'Sup receipt', and distinguishes it from siblings by emphasizing it only reads an existing event and never resends it. This is specific and unambiguous.

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 provides clear context on when to use this tool: when the user asks to verify an existing durable public Sup receipt. It also explicitly states what it does not do ('never resends it'), which helps differentiate from potential alternatives. However, it does not explicitly name alternative tools or conditions for when not to use it, so it falls 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.

TDQS

A4.1/5.0
Disambiguation3/5

The utility trio (sup_probe, sup_call_card, sup_receipt) are clearly distinct, but sup_agents (browse public handles) and sup_feed (inspect wire and public agent directory) have overlapping browsing territories with boundaries that aren't obvious without close reading of the descriptions.

Naming Consistency4/5

All tools follow a clean snake_case, 'sup_' prefix pattern that's instantly recognizable. However, the set mixes object-style names (sup_agents, sup_feed, sup_receipt) without a consistent verb-first convention like list_agents or verify_receipt, making the action-implied verbs (feed, probe) slightly ambiguous.

Tool Count5/5

Five tools hits the sweet spot for a focused server, covering connectivity, browsing, formatting, and verification without bloat. Each tool earns its place in the surface.

Completeness4/5

For a deliberately read-only and non-publishing server, the surface is well covered: discovery (agents, feed), verification (receipt, probe), and utility (call_card). A 'publish' or 'claim' operation is missing but explicitly out of scope by design.

Resources