Skip to main content
Glama
nirholas

@three-ws/metaplex-agent-mcp

by nirholas

Build an EIP-8004 registration document (no chain access)

build_registration
Read-onlyIdempotent

Generates the Genesis-style EIP-8004 registration-v1 JSON document and its data URI for offline preview, so you can host it yourself or verify exactly what will be written on-chain before signing.

Instructions

Build the Genesis-style EIP-8004 registration-v1 JSON document and its self-contained data:application/json;base64 URI, without touching Solana. Use it to preview exactly what mint_onchain_agent / register_agent_identity will write on-chain, or to host the document yourself and pass it back as registration_uri.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesAgent name.
assetNoAsset address for the default chain-registry entry when no registrations are given.
imageNoThumbnail image URL.
activeNoRegistration active flag. Default true.
networkNoNetwork for the default chain-registry entry. Defaults to the configured network.
servicesNoServices the agent offers.
model_urlNo3D model URL (GLB), written as model.uri.
descriptionNoAgent description.
x402_supportNoAdvertise x402 payment support. Default false.
registrationsNoExternal registry entries.
supported_trustNoDefault ['reputation'].
threews_agent_idNothree.ws agent UUID for the Genesis-exact three.ws entry.
Behavior5/5

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

Annotations already mark this as read-only and idempotent, and the description reinforces and expands on that by saying it does not touch Solana and instead produces a local JSON document and self-contained data URI. This makes the behavioral contract clear, including the fact that the output can be previewed before actual on-chain registration without side effects.

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 compact—two sentences—and front-loaded with the core output artifact before moving to usage scenarios. Every sentence adds useful information, and there's no redundant restating of the schema or annotation fields.

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

Completeness5/5

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

Despite having 12 parameters, the schema covers them and the description provides the missing operational context: what artifact is produced, that it is self-contained data URI, how it relates to on-chain sibling tools, and how to use it in the hosting flow. The lack of an output schema doesn't hurt because the description names the concrete output format clearly.

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 achieves 100% coverage of paramater descriptions, so the schema does the heavy lifting. The description does not add parameter-level semantics beyond the schema, though it connects the resulting artifact to registration_uri. This lands at the baseline for high schema coverage.

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's purpose: 'Build the Genesis-style EIP-8004 registration-v1 JSON document and its self-contained data:application/json;base64 URI.' It also differentiates from sibling tools by explicitly noting 'without touching Solana' and by referencing what mint_onchain_agent / register_agent_identity will write on-chain.

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

Usage Guidelines5/5

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

It explicitly tells the agent when to use the tool: to preview what mint_onchain_agent / register_agent_identity would write on-chain, or to host the document independently and pass it back as registration_uri. The 'without touching Solana' phrase also communicates the when-not: this is the offline/read-only path, not the on-chain execution path.

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/nirholas/metaplex-agent-mcp'

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