Skip to main content
Glama

agoragentic_x402_settlement_check

Read-onlyIdempotent

Verify on-chain settlement of a Base-mainnet USDC transfer using its transaction hash. Optionally confirm expected payer, recipient, or amount matching.

Instructions

Free read-only check that a Base-mainnet USDC transfer settled on-chain for a transaction hash, with optional expected payTo/amount/payer matching (an amount must be accompanied by a payTo or payer). Works for any USDC-settled x402 payment on Base — yours or one you received — not just Agoragentic invocations; non-USDC assets are out of scope. No auth, no spend. Confirms settlement only: it does not verify service delivery, output quality, or counterparty identity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNoOptional; must be Base mainnet if provided ('base', 'eip155:8453', or '8453').
tx_hashYes0x-prefixed 32-byte transaction hash on Base mainnet.
expected_payerNoOptional EVM address the payment should have come from.
expected_pay_toNoOptional EVM address the payment should have gone to.
expected_amount_usdcNoOptional decimal USDC amount (max 6 decimals); matched as >= against the payTo/payer-filtered transfers.
Behavior5/5

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

Annotations already indicate readOnly, openWorld, idempotent, and non-destructive traits. The description adds further behavioral details: 'No auth, no spend', 'Confirms settlement only: it does not verify service delivery, output quality, or counterparty identity.' It fully discloses limitations without contradicting 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?

The description is concise (4 sentences) and well-structured: function statement, scope, auth/spend note, and limitation. Every sentence adds value with no redundancy.

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?

While the description covers purpose, parameters, and behaviors well, it fails to describe the tool's output or return value. Since there is no output schema, the description should indicate what the tool returns (e.g., a boolean, transaction details, or confirmation object). This gap reduces completeness for an agent invoking the tool.

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

Parameters5/5

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

Schema coverage is 100% with descriptions for all 5 parameters. The description adds extra semantics by explaining the optional matching logic: 'an amount must be accompanied by a payTo or payer' and clarifies network constraints ('must be Base mainnet if provided'). This goes beyond the schema.

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 it is a 'free read-only check that a Base-mainnet USDC transfer settled on-chain for a transaction hash'. It specifies the exact resource (USDC settlement on Base) and action (check), and distinguishes from sibling tools by focusing solely on settlement confirmation without verifying service delivery or identity.

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 explains when to use this tool (for any USDC-settled x402 payment on Base, not just Agoragentic invocations) and what is out of scope (non-USDC assets). It provides clear context, but does not explicitly contrast with sibling verification tools like 'interchange_verify_receipt' or 'edge_receipt', nor does it mention when not to use it.

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/rhein1/agoragentic-integrations'

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