Skip to main content
Glama
XCP
by XCP

compose_mpma

Compose a multi-party multi-asset Bitcoin transaction sending multiple assets to multiple destinations at once. Requires equal-length arrays for assets, destinations, and quantities.

Instructions

Compose a multi-party multi-asset send transaction. Sends multiple assets to multiple destinations in a single transaction. All three arrays must be the same length.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
memoNoOptional memo to attach
assetsYesComma-separated asset names, one per recipient (e.g. "XCP,PEPECASH,XCP")
addressYesSource Bitcoin address
inputs_setNoComma-separated UTXOs to use as inputs (txid:vout)
quantitiesYesComma-separated raw integer quantities, one per recipient. For divisible assets: human amount * 10^8.
memo_is_hexNoWhether memo is hex-encoded
destinationsYesComma-separated destination addresses, one per recipient
sat_per_vbyteNoFee rate in satoshis per virtual byte (e.g. 1, 5.5, 0.15). Check get_fee_estimate for current market rates.
Behavior3/5

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

The description adds a useful behavioral constraint—'All three arrays must be the same length'—which is not covered by the schema. However, it does not disclose other behavioral traits like return format, side effects, or dependencies (e.g., UTXO selection). Annotations are present (readOnlyHint=false, destructiveHint=false) and not contradicted, but the description adds only limited context beyond them.

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 two sentences long, front-loaded with the primary purpose, and includes only essential information. Every sentence earns its place with no redundant wording.

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 tool with 8 parameters and no output schema, the description is reasonably complete: it covers core functionality and the key array-length constraint. However, it does not explain what the tool returns or how the composed transaction is used downstream, which could be useful but is not critical given the tool's straightforward compose role and sufficient schema coverage.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds meaningful cross-parameter semantics by stating that assets, destinations, and quantities must have equal lengths, clarifying a relationship not explicitly stated in the schema. This goes beyond the schema's individual parameter descriptions.

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 a multi-party multi-asset send transaction, distinguishing it from single-send compose_send and other compose_* siblings. The verb 'compose' plus the specific 'multi-party multi-asset' scope makes the purpose unambiguous.

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 when to use this tool—when sending multiple assets to multiple recipients in a single transaction—but it does not explicitly mention alternatives or when not to use it. The context of sibling tools (e.g., compose_send) provides contrast, but the description itself lacks explicit 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