Skip to main content
Glama
MyronKoch

XRP Ledger Testnet MCP Server

by MyronKoch

xrp_create_escrow

Create an escrow on XRP Ledger Testnet to lock XRP until a condition or time-based release, enabling conditional payments with cancel and finish options.

Instructions

Create time or condition-locked escrow

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesAmount in XRP
conditionNoCrypto condition (optional)
privateKeyYesSender private key
destinationYesRecipient address
cancel_afterNoUnix timestamp when escrow can be cancelled
finish_afterNoUnix timestamp when escrow can be finished
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It only states a high-level action and lock types, omitting side effects, fees, required permissions, or consequences (e.g., funds being locked). This is a significant transparency gap for a mutation-like operation.

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, front-loaded sentence without redundant phrasing or filler. It efficiently conveys the core action and key differentiators.

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 (6 parameters, lock conditions, timestamps) and lack of output schema, the description is too minimal. It does not explain how escrow usage flows, what 'time' or 'condition' locking implies, or what happens upon creation, leaving the agent without critical context.

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 descriptions for all 6 parameters with 100% coverage. The description adds no additional parameter-level meaning, so the baseline of 3 applies.

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 uses a specific verb ('Create') and explicit resource ('escrow'), clearly distinguishing it from siblings like finish, cancel, or get. It also identifies the two locking modes (time or condition), which adds specificity beyond just 'create an escrow'.

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?

Usage is implied by the verb 'Create' relative to sibling tools (xrp_finish_escrow, xrp_cancel_escrow, xrp_get_escrows), but there is no explicit guidance on when to choose this tool instead of alternatives, nor any exclusions or prerequisite conditions.

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