Skip to main content
Glama
XCP
by XCP

compose_destroy

Compose a transaction to permanently destroy (burn) Counterparty tokens, specifying the source address, asset, and quantity. Use this to remove tokens from circulation.

Instructions

Compose a transaction to permanently destroy (burn) Counterparty tokens

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoOptional tag/memo for the destruction
assetYesAsset to destroy
addressYesSource Bitcoin address
quantityYesRaw integer amount to destroy. For divisible: human amount * 10^8.
inputs_setNoComma-separated UTXOs to use as inputs (txid:vout)
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 adds context beyond annotations: it clarifies that the tool only composes a transaction (not executes it), and highlights the permanence of the action ('permanently destroy'). This is useful behavioral context that the annotations (readOnlyHint=false, destructiveHint=false) do not fully convey. No contradiction with annotations.

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 a single, front-loaded sentence that states the core purpose without any redundant words. It is exactly as concise as needed and easy to parse.

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

Completeness3/5

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

While the description and annotations provide adequate context for the tool's purpose and parameters, there is no mention of the return value or workflow (e.g., that the composed transaction should be passed to broadcast_transaction). Since there is no output schema, this missing workflow detail leaves a gap in completeness, though the sibling tool name implies it.

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 tool description itself does not add additional parameter semantics beyond the overall purpose, but the schema already provides detailed descriptions for all six parameters, so the description does not need to compensate.

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 action: 'Compose a transaction to permanently destroy (burn) Counterparty tokens'. It identifies the specific verb (compose), resource (transaction), and action (destroy/burn), which distinguishes it from sibling compose tools like compose_send or compose_dispense.

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

Usage Guidelines3/5

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

The description implies usage by stating the burning purpose, but it does not explicitly mention when to use this tool over alternatives (e.g., when to use compose_send instead) or any exclusions. The intent is clear enough from the wording, but no direct alternative guidance is provided.

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