Skip to main content
Glama

send_paypal

Send money to any PayPal email or phone number using PayPal Payouts. Specify amount, currency, and optional note.

Instructions

Send money via PayPal Payouts to an email address or phone number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recipientEmailNoPayPal email address of recipient.
recipientPhoneNoPhone number of recipient in E.164 format.
amountYesAmount in cents (e.g. 2000 for $20.00).
currencyNoISO 4217 currency code (default: usd).
noteNoOptional note to recipient.
Behavior2/5

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

With no annotations, the description carries full burden but only states the basic action. It fails to disclose important behaviors like fees, reversibility, recipient requirements, or potential failure modes, which are critical for a money-sending tool.

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?

A single concise sentence that is front-loaded with the key action. However, it is slightly too brief and could benefit from additional context without becoming verbose.

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?

Given the complexity of sending money (5 parameters, no output schema, no annotations), the description is incomplete. It omits crucial details like response structure, error handling, and the fact that either email or phone is needed despite neither being required in the schema.

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 100%, so per guidelines baseline is 3. The description adds no additional meaning beyond the schema; it merely summarizes the action without clarifying parameter usage such as the mutual exclusivity of recipientEmail and recipientPhone.

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 action (send money), the method (PayPal Payouts), and the target (email or phone number), providing a specific verb and resource that distinguishes it from sibling tools like 'pay' or 'refund'.

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 provides no guidance on when to use this tool versus alternatives (e.g., 'pay' or 'paypal'), nor does it mention prerequisites, restrictions, or when not to use it.

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/xodn348/clawpay'

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