Skip to main content
Glama
n8m8

PayPls MCP Server

by n8m8

wallet_send_usdc

Send USDC stablecoin payments to wallet addresses on supported networks. Specify amount, destination, and justification for human approval when required.

Instructions

Send USDC (stablecoin) to an address. May require human approval depending on amount. USDC is ideal for stable-value payments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucket_idNoThe bucket to send from. Defaults to primary bucket if not specified.
addressYesThe wallet address to send to (Ethereum, Polygon, or Solana address depending on network).
amount_usdcYesAmount to send in USDC (e.g., 25.00 for $25). USDC is a stablecoin pegged to USD.
justificationYesClear explanation of why this payment is needed. This is shown to the human for approval.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses key behavioral traits: the tool sends USDC, may require human approval depending on amount, and USDC is stable-value. However, it lacks details on network specifics (implied by address parameter), error conditions, or what happens after approval. This is adequate but has gaps for a financial transaction tool.

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?

The description is two sentences, front-loaded with the core purpose and followed by contextual details. Every sentence earns its place: the first defines the action and key constraint, the second explains USDC's utility. Zero waste and appropriately sized.

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?

Given the tool's complexity (financial transaction with human approval), no annotations, and no output schema, the description is moderately complete. It covers purpose and key behavior but lacks details on return values, error handling, or network-specific nuances. It's adequate but could be more comprehensive for safe use.

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 the schema already documents all parameters thoroughly. The description adds no additional parameter semantics beyond what's in the schema (e.g., it doesn't explain bucket_id or justification further). Baseline 3 is appropriate as the schema does the heavy lifting.

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 specific action ('Send USDC'), identifies the resource ('stablecoin'), and distinguishes from siblings like wallet_send_btc by specifying USDC. It goes beyond the name/title by explaining USDC's nature as a stablecoin ideal for stable-value payments.

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?

The description provides clear context for when to use this tool ('stable-value payments') and mentions human approval dependency on amount, which helps guide usage. However, it doesn't explicitly state when to choose this over alternatives like wallet_send_btc or when not to use it (e.g., for non-stable transfers).

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/n8m8/paypls-mcp'

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