Skip to main content
Glama

build_remit_unsigned

Assemble an unsigned atomic multi-asset push payment on Xahau. Send multiple currencies and transfer URITokens in one all-or-nothing transaction, auto-creating trustlines and the destination account if absent.

Instructions

Assemble an UNSIGNED Remit (XLS-55) β€” Xahau's atomic multi-asset push payment. Send multiple currencies (native + issued) and/or transfer existing URITokens and/or mint a new URIToken to one Destination in a single all-or-nothing transaction. The transactor auto-creates missing trustlines, pays token reserves, and creates the destination account if absent (no partial payments, no pathing). Optionally Inform a third-party hook. Returns unsigned JSON + payload preflight + offline signing instructions. Never signs; testnet by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
blobNoarbitrary hex payload
informNothird-party account to notify (weak TSH; its hook runs)
accountYes
amountsNocurrencies to send; each becomes an AmountEntry
networkNotestnet
invoiceIdNo64-hex InvoiceID
destinationYes
uriTokenIdsNoexisting URIToken IDs (64-hex) to transfer to destination
mintURITokenNomint a new URIToken to the destination (e.g. a receipt)
destinationTagNo
Behavior5/5

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

With no annotations provided, the description fully discloses behavioral traits: auto-creating missing trustlines, paying token reserves, creating destination account if absent, all-or-nothing execution, and returning unsigned JSON + preflight + offline signing instructions. It also clarifies it never signs and defaults to testnet.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense paragraph that conveys essential information without excessive verbosity. While it could benefit from bullet points for readability, it is efficient and front-loaded with the core purpose.

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 the tool's complexity (10 parameters, nested objects, no output schema), the description covers key aspects: purpose, behaviors, return type, and default network. It does not cover error scenarios or limits, but it provides sufficient context for an AI agent to understand and invoke the tool correctly.

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 description coverage is 60%, so the description adds value by explaining high-level behavior (e.g., 'Optionally Inform a third-party hook' for the 'inform' parameter). It does not detail every parameter but provides context that supplements the schema. For example, it explains that amounts can be native or issued tokens.

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: assembling an unsigned Remit (XLS-55) for Xahau's atomic multi-asset push payment. It specifies the actions: sending multiple currencies, transferring URITokens, minting new URITokens, all in a single all-or-nothing transaction. This distinguishes it from sibling tools like build_payment_unsigned, which handles simpler payments.

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 implies when to use this tool: when you need atomic multi-asset push payments with auto trustlines and account creation. It explicitly states it does not support partial payments or pathing, guiding users away from those use cases. However, it does not directly compare to alternatives like build_payment_unsigned, which could be clearer.

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/Hugegreencandle/xahau-mcp'

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