Skip to main content
Glama

site

Pay in USDC on Solana (automatic)

listing_pay_usdc

Returns the Solana Pay transfer request: recipient, exact amount, USDC mint and a unique reference. Pay it from the wallet (include the reference as a read-only key), then call listing_confirm_usdc.

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

A3.8/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. It usefully discloses that the response is a transfer request to be signed externally and that a confirmation step follows, but says nothing about request expiry, idempotency, whether the listing is reserved, or what happens if the transfer is not confirmed.

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 tight sentences, front-loaded with what the call returns and followed by the required next action. No filler, though the parenthetical about the read-only key is dense and could be split for clarity.

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?

With no output schema, the description compensates well by enumerating the returned fields and the mandatory follow-up call. Still, it omits the meaning of the id parameter and any failure/expiry semantics an agent would want before paying.

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

Parameters2/5

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

Schema coverage is only 50% and the description adds no meaning for either parameter — neither the id nor the session token is explained in the description (only the schema notes session comes from agent_session_verify). It does explain the returned reference field, but not the inputs.

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?

Specific verb and resource: it 'Returns the Solana Pay transfer request' and enumerates the payload (recipient, amount, USDC mint, unique reference). The USDC/Solana framing plus the named follow-up tool listing_confirm_usdc cleanly separates it from the listing_pay_card and listing_pay_stripe siblings.

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?

It gives clear procedural context: pay the request from the wallet with the reference as a read-only key, then call listing_confirm_usdc. That tells the agent exactly where this fits in the flow, though it never explicitly contrasts with the card/stripe payment siblings for choosing a rail.

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