Skip to main content
Glama

Wever Pay Open Exchange Public Beta

Send Payment

send_payment

Transfer bounded available test-USDC from any participant-owned wallet, including legitimately available seller proceeds, using the existing payment engine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionNo
buyerWalletIdYes
idempotencyKeyYes
sellerWalletIdNo
grossAmountMinorNo
paymentRequestIdNo

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 this is a mutating operation (readOnlyHint=false) and not destructive (destructiveHint=false). The description adds useful context about 'bounded available' funds and 'legitimately available seller proceeds,' but it does not disclose idempotency behavior, failure semantics, balance requirements, or reversibility.

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?

Single front-loaded sentence with no filler; the core action and asset are presented first. It is concise and readable, though the density of terms like 'legitimately available seller proceeds' and 'existing payment engine' could be simplified.

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?

With six parameters, zero schema descriptions, no output schema, and no usage guidelines, this description is insufficient for an agent to invoke the tool reliably. Critical invocation details such as the idempotency key requirement, amount bounds, and wallet ownership semantics are absent.

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%, so the description must compensate for the six undocumented parameters. It vaguely hints at the source wallet and a bounded amount, but it does not explain required idempotencyKey, the roles of buyerWalletId versus sellerWalletId, grossAmountMinor units, paymentRequestId, or description.

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 ('transfer'), resource ('bounded available test-USDC'), source scope ('any participant-owned wallet, including legitimately available seller proceeds'), and mechanism ('existing payment engine'). It is clearly distinguishable in function from siblings like request_payment or refund_payment, though it does not explicitly name an alternative.

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?

The description gives no explicit when-to-use or when-not-to-use guidance, nor does it mention any sibling alternatives. It implies a direct payment transfer use case, but an agent is not told how to choose this over request_payment, refund_payment, or execute_authorized_purchase.

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