Skip to main content
Glama
jarod-vyent

xrpl-identity-mcp

by jarod-vyent

Prepare CredentialCreate

credential_prepare_create

Prepares an unsigned XLS-70 CredentialCreate transaction as JSON for the issuer to sign externally.

Instructions

Prepare an unsigned XLS-70 CredentialCreate transaction. The issuer signs externally; this server only prepares JSON and never custodies keys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uriNoOptional credential URI encoded as XRPL hex URI.
subjectYesClassic XRPL subject account address.
expirationNoOptional ISO-8601 expiration time converted to Ripple epoch seconds.
issuerAccountYesClassic XRPL issuer account address.
credentialTypeYesCredential type as UTF-8 text. Encoded to XRPL hex and capped at 64 bytes.
Behavior5/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 transaction is unsigned, the issuer signs externally, and the server never custodies keys, providing critical behavioral traits for a tool dealing with credentials.

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, front-loaded with the purpose, and every sentence adds value. There is no wasted text.

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?

The tool lacks an output schema, but the description mentions it prepares JSON. For a transaction preparation tool, this is adequate. It covers the signing process but could mention return format more explicitly.

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 does not add additional parameter semantics beyond what the schema already provides, so no extra value is given.

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 'Prepare an unsigned XLS-70 CredentialCreate transaction', specifying the exact verb and resource. It distinguishes from sibling tools like credential_prepare_accept and credential_prepare_delete by focusing on creation.

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 explains that the issuer signs externally and the server only prepares JSON, making the usage context clear. It does not explicitly state when not to use this tool versus alternatives, but the context is sufficient.

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