Skip to main content
Glama
kaleidoswap

wdk-wallet-rln-mcp

Official
by kaleidoswap

wdk_send_asset

Send RGB assets on-chain to a recipient using their RGB invoice. Use this to fund KaleidoSwap orders with deposit addresses in RGB_INVOICE format.

Instructions

Send an RGB asset (e.g. USDT) on-chain to a recipient identified by their RGB recipient_id. Use this to fund a KaleidoSwap order whose deposit_address.format is "RGB_INVOICE" — pass the deposit_address.address as recipient_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesAmount to send in display units (e.g. 65.5 for 65.5 USDT). Will be converted to raw units using asset precision.
asset_idYesRGB asset ID to send, e.g. 'rgb:2JEUOrsc-JsWuPGF-3cr9SSv-mqqRmaz-8waf0gl-8vAcOXw'
fee_rateNoOn-chain fee rate in sat/vbyte (default: node decides)
recipient_idYesRecipient identifier from an RGB invoice (deposit_address.address for RGB_INVOICE format)
transport_endpointsNoOptional transport endpoints for the RGB transfer
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions on-chain sending, RGB invoice usage, and unit conversion, but does not disclose potential side effects, prerequisites (e.g., peer connection), or failure modes. The fee_rate parameter is optional but its behavior is not explained.

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, both essential and front-loaded with the primary purpose. No extraneous words; each sentence adds value.

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?

The description explains the tool's purpose and key parameter details, but does not mention the return value. Since there is no output schema, the agent may need to know what the tool returns (e.g., transaction ID, success status). With 5 parameters and a complex domain, this gap reduces completeness.

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?

All parameters have schema descriptions (100% coverage). The description adds meaningful context: recipient_id is linked to deposit_address.address for RGB_INVOICE, amount is in display units, and fee_rate is optional. This goes beyond the schema, improving usability.

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 ('send'), the resource ('RGB asset'), and the recipient type ('RGB recipient_id'). It also provides a specific use case (funding a KaleidoSwap order with RGB_INVOICE format), which distinguishes it from sibling tools like wdk_send_btc.

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 explicitly states when to use this tool ('Use this to fund a KaleidoSwap order...') and identifies the correct parameter value ('pass the deposit_address.address as recipient_id'). It implicitly contrasts with other send tools, but could be improved by adding when not to use it or mentioning alternative tools.

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/kaleidoswap/wdk-wallet-mcp'

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