Skip to main content
Glama
MyronKoch

XRP Ledger Testnet MCP Server

by MyronKoch

xrp_send_transaction

Send XRP to any address on the XRP Ledger Testnet by specifying the recipient, amount, and optional sender private key.

Instructions

Send XRP to another address

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRecipient address
amountYesAmount in XRP
privateKeyNoSender seed/private key
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not mention that sending a transaction may have irreversible effects, require signing with a private key, or incur network fees. The one-line description lacks transparency about the operational impact and requirements.

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 a single sentence with no extraneous words. It is appropriately sized and front-loaded, delivering the core purpose immediately.

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 absence of annotations and output schema, the description is too sparse for a transaction tool. It omits key context such as how the private key is used, whether the transaction is broadcast automatically, and potential side effects like irreversible fund transfer or network fees.

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?

The schema already provides 100% coverage with descriptions for all three parameters (to, amount, privateKey). The tool description does not add extra meaning or clarify relationships between parameters, so it meets the baseline but offers no additional value.

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 a specific action (Send), resource (XRP), and destination (another address), which unambiguously distinguishes it from sibling tools like xrp_send_token or xrp_transfer_token. It is concise and precisely conveys the tool's function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The usage context is implied by the tool name and description: it is for sending XRP, not other tokens. However, no explicit guidance is provided on when to choose this tool over alternatives such as xrp_send_token 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/MyronKoch/xrp-testnet-mcp-server'

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