Skip to main content
Glama
jarod-vyent

xrpl-identity-mcp

by jarod-vyent

Prepare CredentialDelete

credential_prepare_delete

Generate an unsigned XLS-70 CredentialDelete transaction for a specified account and credential type. Use this to delete a credential from the XRP Ledger.

Instructions

Prepare an unsigned XLS-70 CredentialDelete transaction. The submitter signs externally; this server never signs or stores keys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issuerNoOptional issuer account; if omitted, Account may be treated as issuer by XRPL.
accountYesClassic XRPL account submitting the delete transaction.
subjectNoOptional subject account; if omitted, Account may be treated as subject by XRPL.
credentialTypeYesCredential type as UTF-8 text. Encoded to XRPL hex and capped at 64 bytes.
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that the server never signs or stores keys, but does not explain other behavioral traits such as side effects, latency, or error conditions. This is adequate but not rich.

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 with zero waste. It is front-loaded with the purpose and efficiently conveys the key behavioral trait.

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?

Given the tool has 4 parameters, no output schema, and no annotations, the description is minimal. It conveys the essential purpose and signing model but lacks details on transaction behavior, prerequisites, or return values.

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 baseline is 3. The description adds no additional parameter meaning beyond what the schema already provides.

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 the tool prepares an unsigned XLS-70 CredentialDelete transaction, using a specific verb (Prepare) and resource (CredentialDelete transaction). The name and description distinguish it from sibling credential tools like credential_prepare_accept or credential_prepare_create.

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 indicates that the submitter signs externally and the server never signs or stores keys, providing clear usage context. However, it does not explicitly state when not to use this tool or mention alternatives.

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