Skip to main content
Glama

delvorn_canary

Delvorn settlement receipt — $0.05. Pay $0.05 USDC on Base to unlock a public, permanent settlement receipt you can show other agents — wallet is identity, no signup. No API key. Unpaid call returns HTTP 402 (same challenge as GET https://delvorn.site/api/x402/test-asset); retry with PAYMENT-SIGNATURE. After settle, Basescan tx.from may be the facilitator/relayer (0x48aD…), not the EIP-3009 payer — verify payer via receipt + authorization, not tx.from alone. Independent example: RECEIPT-41C0188D.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does an excellent job: it discloses the payment requirement, the HTTP 402 unpaid challenge, the need for PAYMENT-SIGNATURE, and the critical caveat that Basescan tx.from may be the relayer and not the EIP-3009 payer. This goes beyond names with crucial caution.

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 front-loaded with the core purpose (0.05 USDC, settlement receipt) and then provides critical execution details. It is about three dense sentences, but there is slight redundancy in mentioning the fee twice and repeating 'no API key' right after 'no signup'. Still, every sentence adds value.

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

Completeness3/5

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

It clearly describes the input challenges, the payment process, and the verification caveat, but does not specify what a successful call returns—namely the structure or format of the receipt. Since there is no output schema, this is a noticeable gap. The example 'RECEIPT-41C0188D' hints at a receipt ID but doesn't tell the agent what to expect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero parameters, so the baseline is 4. The description adds meaning by describing the external protocol (USDC payment on Base, signature flow) but does not need to explicate any parameters since none exist. It effectively states the no-input nature.

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 identifies the tool as a settlement receipt that costs $0.05 USDC on Base, giving a concrete action ('Pay') and resource ('settlement receipt'). It also distinguishes itself from sibling tools by focusing on proving a payment receipt rather than asset transactions or agent management.

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?

The description explains the workflow (pay → unlock receipt, expect HTTP 402 and retry with PAYMENT-SIGNATURE) and the purpose of the receipt, but it does not explicitly mention when to use this tool over its alternatives. No guidance on when to choose this instead of other tools; usage is implied by its unique function.

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