Skip to main content
Glama

site

Confirm the USDC payment from the chain

listing_confirm_usdc

The SERVER finds the transfer by reference and reads the treasury's balance change; a short or wrong-token transfer is reported by name and not credited. On success the listing enters review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
sessionYesthe session token from agent_session_verify

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/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 add real behavioral context: verification happens server-side, a short or wrong-token transfer is reported by name and not credited, and success transitions the listing to review. It still omits failure/error semantics, idempotency, auth requirements, and where the 'reference' originates, leaving meaningful gaps for a state-changing call.

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?

Two sentences with no filler; the server-side mechanics are front-loaded and the outcome sentence is short. The first sentence is dense with clauses but every clause carries information.

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?

For a 2-parameter state-changing tool with no annotations and no output schema, the description should ideally cover prerequisites and the call outcome/return. It explains the success and short-transfer cases but leaves the caller without guidance on preconditions, error responses, or how to obtain the required reference.

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 coverage is 50%: session is documented in the schema, while id is undocumented there. The description partially compensates by implying the id is the transfer 'reference' used to locate the payment, but it does not define format or origin of that reference, so the coverage gap is only half closed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a concrete activity — the server finding a USDC transfer by reference, reading the treasury balance change, and moving the listing into review — so an agent understands this is the settlement/confirmation step of a USDC payment. It is clear but never names the sibling (e.g. listing_pay_usdc) it follows, so differentiation relies on the reader inferring the payment lifecycle.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit when-to-use guidance, no stated prerequisite (that a USDC payment must first be initiated and a reference obtained), and no alternative named. The agent must infer that this is called after listing_pay_usdc, which is not stated anywhere in the text.

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