Skip to main content
Glama
XCP
by XCP

compose_xcp420_fairminter

Create a fair launch asset with XCP-420 compliance: fixed supply, soft cap, mint price, and duration. Configure only asset name, start block, and description.

Instructions

Compose a XCP-420 compliant fair launch. XCP-420 is a community standard that enforces fixed parameters: 10M supply, 4.2M soft cap, 0.1 XCP per mint, 1000 tokens per mint, 1000 block duration, no premine, no commission, burn payment, locked supply. Only the asset name, start block, and description are configurable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetYesAsset name to create (4-12 uppercase chars, cannot start with A)
addressYesSource Bitcoin address
inputs_setNoComma-separated UTXOs to use as inputs (txid:vout)
descriptionNoAsset descriptionXCP-420 compliant fair launch
start_blockYesBlock height when minting starts. Must be a future block. Minting runs for exactly 1000 blocks.
sat_per_vbyteNoFee rate in satoshis per virtual byte (e.g. 1, 5.5, 0.15). Check get_fee_estimate for current market rates.
Behavior4/5

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

The description discloses the exact fixed parameters and which fields are configurable, adding significant context beyond the basic annotations. It does not contradict the readOnlyHint=false or destructiveHint=false annotations, and correctly implies this produces a transaction without destructive 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 two-sentence description is compact and informative, with the first sentence stating purpose and the second detailing constraints without redundancy.

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 description is self-contained about the XCP-420 standard and configurable fields, and the schema provides all parameter details. The absence of an output schema is acceptable for a compose tool where the result is typically an unsigned transaction, though the description could explicitly state the return type.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers all six parameters with descriptions, so baseline is 3. The description adds value by clarifying that only asset, start_block, and description are true fair launch configuration parameters, while others are transaction mechanics (address, inputs, fee rate). This helps the agent understand the distinction.

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 composes an XCP-420 compliant fair launch, with a specific verb and resource. It also enumerates the standard's fixed parameters, distinguishing it from generic compose_fairminter sibling tools.

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?

It clearly conveys that this tool enforces a specific community standard with fixed parameters, implying it should be used when an XCP-420 launch is desired. However, it does not explicitly name alternative tools for non-compliant launches, so it stops short of full 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/XCP/mcp-server'

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