Skip to main content
Glama
jarod-vyent

xrpl-identity-mcp

by jarod-vyent

Prepare SignerListSet

signer_list_prepare_set

Prepare an unsigned SignerListSet transaction to create, replace, or delete an XRP Ledger multisign signer list. Specify the account, quorum, and signer entries without exposing private keys.

Instructions

Prepare an unsigned SignerListSet transaction to create, replace, or delete an XRPL multisign signer list. This server never signs or stores keys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quorumYesRequired signer weight sum. Use 0 with no signers to delete the list.
accountYesClassic XRPL account whose signer list is being changed.
signersYesSigner entries. Use an empty array only when quorum is 0 to delete the list.
Behavior4/5

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

With no annotations, the description carries the full burden. It explicitly states the tool does not sign or store keys, which is important for security transparency. It mentions deletion capability but does not fully disclose whether the preparation has any side effects (likely none). Overall, it provides useful behavioral context beyond the schema.

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 two sentences: the first states the purpose clearly, and the second adds a crucial behavioral note. No superfluous words or structure issues.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the main purpose and operation but does not explain the output format (expected return value). Since there is no output schema, the description could have been more complete by stating what the tool returns (e.g., an unsigned transaction blob). Also, prerequisites or side effects are not mentioned.

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 baseline is 3. The description does not add meaning beyond what the schema already provides for each parameter (quorum, account, signers). The schema itself has clear descriptions, so no additional value from the tool description.

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 it prepares an unsigned SignerListSet transaction for creating, replacing, or deleting an XRPL multisign signer list. It uses a specific verb (prepare) and resource (SignerListSet transaction), distinguishing it from sibling tools like credential_prepare_* and did_prepare_*.

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 description implies usage for multisign setup but provides no explicit guidance on when to use this tool versus alternative prepare tools (e.g., credential_prepare_*). It does not state when to use or when not to use, nor does it mention prerequisites or exclusions.

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/jarod-vyent/xrpl-identity-mcp'

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