Skip to main content
Glama
CryptoAPIs-io

@cryptoapis-io/mcp-signer

Official

xrp_sign

Sign XRP transactions by providing transaction details or unsigned hex, and get the signed transaction hex and hash.

Instructions

Sign an XRP (Ripple) transaction. Two actions: (1) sign-from-details: sign from transaction object (JSON); (2) sign-unsigned-hex: sign from raw unsigned tx hex (XRPL serialized). Returns signedTransactionHex and signedTransactionHash. Secret is passed as parameter (never from env). SECURITY: Private keys may be logged by MCP clients or stored in conversation history — use only in trusted local environments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations exist, so the description carries full transparency burden. It discusses return values (signedTransactionHex, signedTransactionHash), secret handling (passed as parameter, never env), and a security warning about private key logging. This goes beyond minimal disclosure, though it does not cover error scenarios or off-chain behavior.

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 succinct and front-loaded with the primary purpose, then efficiently lays out actions, return values, and security in a few sentences. No redundant content; the SECURITY note is essential and earns its place.

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

Completeness4/5

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

Given no output schema or annotations, the description covers purpose, actions, returns, and security, which is solid for a signing tool. However, it lacks parameter structure details and example usage, which is significant because the schema is empty and the tool has two distinct invocation modes.

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 input schema is empty with 0 parameters, so the description must compensate. It mentions secret, transaction object, and raw hex, but does not provide actual parameter names, types, or how the action is selected, leaving ambiguity on how to invoke the tool. The description adds meaning but is not fully precise.

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 explicitly states 'Sign an XRP (Ripple) transaction,' which is a specific verb and resource. It distinguishes from siblings by naming XRP, and further details two action modes (transaction object or raw hex), making the purpose unambiguous.

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

Usage Guidelines4/5

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

The description outlines two actions with distinct inputs (transaction object vs. raw hex), giving clear context for when to use each. It does not explicitly mention alternatives, but the XRP-specific language implies this is for XRP only, and sibling tools are for other chains.

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/CryptoAPIs-io/cryptoapis-mcp-signer'

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