Skip to main content
Glama
jarod-vyent

xrpl-identity-mcp

by jarod-vyent

Prepare CredentialAccept

credential_prepare_accept

Prepare an unsigned XLS-70 CredentialAccept transaction for a subject to accept a credential. Specify the account, issuer address, and credential type to generate the transaction for external signing.

Instructions

Prepare an unsigned XLS-70 CredentialAccept transaction for a subject to accept an issued credential. Signing happens outside this server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issuerYesClassic XRPL issuer account address.
accountYesClassic XRPL subject account accepting the credential.
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 signing happens outside the server, which is good. However, it does not discuss permissions, reversibility, or effects on credential state, leaving some behavioral gaps.

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?

Two sentences, front-loaded with key information. No superfluous words; every sentence adds value.

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?

For a simple 3-parameter tool with no output schema, the description covers the main purpose and external signing. Could mention that the prepared transaction is returned as a blob, but this is a minor omission.

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 baseline is 3. The description does not add extra meaning beyond the schema; it merely restates the purpose without explaining parameter details or constraints.

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?

Description clearly states the verb 'prepare', the resource 'CredentialAccept transaction', and the context 'for a subject to accept an issued credential'. It effectively distinguishes from sibling tools like credential_prepare_create and credential_prepare_delete.

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 implies when to use (accepting a credential) and notes that signing is done externally, but it does not explicitly contrast with sibling tools or provide 'when not to use' guidance.

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