Skip to main content
Glama
XRPDomains

XRPName MCP Server

Official
by XRPDomains

get_domain_profile

Retrieve the full XRPL domain profile: owner, metadata, social links, addresses, and ownership history. Ideal for answering 'who owns X.xrp?' or 'what does X.xrp link to?'

Instructions

Get the full public profile of a single XRPL domain — owner, NFT token ID, metadata, avatar, fullname, description, social handles, linked chain addresses, and optionally the on-chain ownership history (pass include_history=true). Use when the user asks "show me X.xrp", "what does X.xrp link to?", "who owns X.xrp?", or "show me the history of X.xrp". Returns null fields gracefully if no profile is set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to look up, e.g. "alice.xrp"
include_historyNoInclude the on-chain ownership timeline (transfers, marketplace sales).
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds value by mentioning the optional include_history parameter and noting that 'Returns null fields gracefully if no profile is set,' which informs the agent about edge-case behavior. However, it does not discuss potential errors, network effects, or prerequisites like domain ownership, so a perfect score is not warranted.

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 three concise sentences, each serving a distinct purpose: what the tool does, when to use it, and behavior on missing profiles. The most critical information is front-loaded in the first sentence, and there is no wasteful repetition or filler.

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 there is no output schema, the description effectively communicates the return contents by listing the profile fields and the graceful null behavior. It also covers usage guidance and the optional history flag. However, it does not address what happens if the domain itself is not found, leaving a minor gap in error-case coverage.

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 input schema already documents both parameters well. The tool description adds minimal extra meaning beyond the schema (e.g., 'pass include_history=true' merely references the parameter). This matches the baseline score of 3 for high schema coverage, as the description does not meaningfully enhance parameter understanding.

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 opens with a specific verb+resource: 'Get the full public profile of a single XRPL domain.' It enumerates exactly what the profile contains (owner, NFT token ID, metadata, avatar, etc.), making the tool's purpose unmistakable and clearly distinguishing it from sibling tools like check_domains or register_domain.

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 explicitly states when to use the tool by providing example user queries ('show me X.xrp', 'who owns X.xrp?', etc.). This is clear context for triggering, though it does not explicitly mention when not to use it or name alternative tools, so it falls slightly short of a 5.

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/XRPDomains/xrpname-mcp-server'

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