Skip to main content
Glama

Wever Pay Open Exchange Public Beta

Request Payment

request_payment

Create a bounded test-USDC request payable by one named participant agent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
expiresAtNo
amountMinorYes
descriptionYes
buyerAgentIdYes
idempotencyKeyYes
sellerWalletIdYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

C2.9/5.0
Behavior3/5

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

The annotations already indicate a non-read-only write (readOnlyHint=false) that is not destructive (destructiveHint=false). The description adds useful context about scope: it is test-USDC, bounded, and limited to one named participant, which aligns with openWorldHint=false. It does not disclose side effects, response behavior, or idempotency semantics.

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 a single, front-loaded sentence with no filler; it begins with the action and object. The term 'bounded' is somewhat vague and could have been clarified, but the overall structure is compact and readable.

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

Completeness2/5

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

For a tool with six parameters, zero schema description coverage, and no output schema, this one-line description is not enough. It does not state what the tool returns, whether the call is idempotent, how expiry works, or what amountMinor means, so an agent would have to guess important contract details.

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 description coverage is 0%, and the description only gestures at one participant role, leaving the other five parameters unexplained. Property names like sellerWalletId and buyerAgentId are fairly self-describing, but amountMinor's unit, idempotencyKey's role, and expiresAt semantics are left entirely to inference.

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 specific action ('Create') and resource ('a bounded test-USDC request... payable by one named participant agent'), which broadly distinguishes it from send_payment or get_payment. However, 'bounded' is vague and the description never explicitly says this creates a payment request rather than the payment itself.

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 guidance on when to use this tool versus alternatives like send_payment, get_payment, or get_payment_request. The wording implies it is for initiating a payment request, but no when/when-not conditions or alternative names are provided.

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