Skip to main content
Glama
FoxRick

paygentic

by FoxRick

paygentic_send_money

Transfer funds from one wallet to another, previewing compliance with spending policies before sending.

Instructions

Send money from one wallet to another. Previews first to check policies. Requires API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesAmount in USD (e.g. 5.00 for $5)
toAgentIdNoDestination agent ID
toWalletIdNoDestination wallet ID (UUID)
descriptionNoWhat the payment is for
fromWalletIdYesSource wallet ID
toPublicSlugNoDestination public slug
idempotencyKeyNoUnique key to prevent duplicate sends
Behavior3/5

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

With no annotations, the description partially carries the transparency burden. It mentions a preview step and API key requirement, adding useful behavioral context. However, it omits details about mutation effects, idempotency handling, error conditions, or rate limits.

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 extremely concise: two sentences that immediately state the core function and key behavioral notes. No wasted words, and the most important information is front-loaded.

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 tool's complexity (7 parameters, no output schema, no annotations), the description is insufficient. It fails to explain return values, the role of idempotencyKey, or how to choose among the three destination parameters (toAgentId, toWalletId, toPublicSlug).

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 the description does not need to add parameter details. It adds no extra meaning beyond what the schema already provides, earning the baseline score of 3.

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 from one wallet to another') and distinguishes this tool from siblings like check_balance or create_invoice. Adding details like 'Previews first to check policies' further clarifies the tool's specific behavior.

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?

No guidance is given on when to use this tool versus alternatives (e.g., request_payment, create_invoice). There is no mention of when not to use it or any prerequisites beyond the API key.

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/FoxRick/paygentic-sdk'

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