Skip to main content
Glama
MyronKoch

XRP Ledger Testnet MCP Server

by MyronKoch

xrp_set_account_settings

Configure XRP Ledger account settings: transfer fees, flags, domain, email hash, and authorization requirements.

Instructions

Configure account settings (transfer fees, flags, etc)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoDomain associated with account
email_hashNoMD5 hash of email
privateKeyYesAccount private key
message_keyNoPublic key for messages
require_authNoRequire authorization
transfer_feeNoTransfer fee (0-100000)
require_dest_tagNoRequire destination tag
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It only says 'Configure account settings' without mentioning that this submits a ledger transaction, requires a private key for signing, may incur fees, or is irreversible. This lack of side-effect and safety information is a significant gap for a mutation 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?

The description is a single, front-loaded sentence with no unnecessary length. The 'etc' is slightly vague and could be seen as filler, but overall it is concise and readable. It earns a 4 for efficiency, though it could be tighter by specifying exact settings.

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?

With 7 parameters, no output schema, and no annotations, the description is inadequate. It fails to explain what happens when the tool is invoked, return values, error conditions, or transaction behavior. The schema covers parameter formats, but the overall operational context is missing, making the tool difficult to use safely.

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 description coverage is 100%, so the schema already documents all 7 parameters. The description adds no extra meaning beyond naming 'transfer fees, flags,' which are already in the schema. Per the baseline rule, a high-coverage schema warrants a score of 3, and the description does not elevate it.

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?

The description clearly states the action ('Configure') and the resource ('account settings'), with examples like 'transfer fees, flags' that hint at scope. It distinguishes from sibling tools, none of which handle account settings. However, the 'etc' is vague and lacks explicit mention of the XRP ledger context, so it is clear but not outstanding.

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?

There is no guidance on when to use this tool versus alternatives, prerequisites, or scenarios. The name and minimal description imply configuration of an XRP account, but no exclusions or alternative tool references are provided. This is effectively no guidance, giving a score of 2.

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