Skip to main content
Glama

insumer_confirm_payment

Verifies on-chain USDC/USDT payment for a discount code by checking the transaction receipt using the verification code from insumer_verify, txHash, chainId, and amount.

Instructions

Confirm stablecoin payment for a discount code. After calling insumer_verify, confirm that the USDC/USDT payment was made on-chain. The server verifies the transaction receipt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesVerification code from insumer_verify (e.g. INSR-A7K3M)
txHashYesOn-chain transaction hash or Solana signature
chainIdYesPayment chain: EVM chain ID (1, 8453, 137, 42161, 10, 56, 43114) or 'solana'
amountYesStablecoin amount sent
Behavior3/5

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

No annotations provided, so description carries the burden. It discloses that the server verifies the transaction receipt on-chain, but does not specify idempotency, destructive vs. read-only, or any additional behavioral traits like rate limits or authentication needs.

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, front-loaded with the core purpose, and no wasted words.

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?

No output schema exists, and the description does not indicate what the tool returns (e.g., success confirmation or error). For a tool with 4 required parameters, the return value is missing, making it less complete.

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 baseline is 3. The description does not add extra meaning beyond what is in the schema; it only restates the purpose without detailing parameters.

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 verb 'confirm' and the resource 'stablecoin payment for a discount code.' It distinguishes itself from the sibling tool 'insumer_verify' by specifying it is to be called after verification and confirms on-chain payment.

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?

Explicitly says 'After calling insumer_verify,' providing clear sequential context. Does not explicitly list alternatives or when not to use, but the prerequisite relationship is clear.

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/douglasborthwick-crypto/mcp-server-insumer'

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