Skip to main content
Glama

request_payment

Send payments to any Ethereum address with configurable spend limits and audit trails. Specify amount, asset, and reason to trigger policy-based approval.

Instructions

Request to pay an address. The spend policy decides whether it is allowed, blocked, or requires human approval. Use this whenever you need to send a payment; do not attempt to move funds any other way.

Args: recipient: destination 0x address amount: amount to send, in whole units of asset (e.g. 0.05, 50) reason: what the payment is for (recorded in the audit log) asset: what to send — "ETH" (native, the default) or a token symbol such as "USDC". Each asset has its own policy limits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetNoETH
amountYes
reasonNo
recipientYes
Behavior3/5

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

Discloses that spend policy may trigger approval, which is critical. Missing details on idempotency, failure modes, or return behavior. Adequate given no annotations.

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 paragraphs plus args list are efficient and front-loaded. No wasted words, but the args list is somewhat redundant with schema. Good overall.

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?

Missing return value description (e.g., payment request ID) and lacks comparison with sibling pay_x402. Incomplete for a payment tool with no output schema.

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

Parameters5/5

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

Adds full meaning for all 4 parameters (recipient as 0x address, amount in whole units, reason for audit log, asset with default and token symbol). Compensates for 0% schema coverage.

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?

Clearly states 'Request to pay an address' and 'send a payment,' but does not explicitly differentiate from sibling tool pay_x402. Purpose is strong but lacks sibling contrast.

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?

Explicitly says 'Use this whenever you need to send a payment; do not attempt to move funds any other way,' providing clear context. Does not specify exclusions or compare with pay_x402.

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/Theoddalex/agentmandate'

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