Skip to main content
Glama
jan3dev

Agentic AQUA

by jan3dev

changelly_send

Swap USDt-Liquid to external USDt networks via Changelly fixed-rate. Call quote first to lock rate, then this broadcasts deposit from local wallet with automatic refund.

Instructions

Send USDt-Liquid out via a Changelly fixed-rate swap. Gets a quote, creates the order, and broadcasts the deposit from the local wallet. Refund address is set automatically (the wallet's own Liquid address). ALWAYS call changelly_quote first and confirm the price with the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rate_idNoRate id from a prior changelly_quote call — pass this to lock the previewed rate and avoid drift
passwordNoPassword to decrypt mnemonic (if encrypted at rest)
amount_toNoAmount the recipient should receive (decimal string). Mutually exclusive with amount_from. Use this to pay fees from the sender side, matching AQUA APK behavior.
amount_fromNoUSDt-Liquid to send (decimal string, e.g. '100'). Mutually exclusive with amount_to.
wallet_nameNodefault
settle_addressYesExternal chain address to receive USDt at
external_networkYesTarget USDt network
Behavior3/5

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

With no annotations, description should fully disclose behavior. It outlines the workflow (quote, order, broadcast) and automatic refund address, but lacks details on error handling, fee implications, or what happens after broadcast. Adequate but not comprehensive.

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?

Two concise sentences with a clear imperative, no unnecessary words. Efficiently conveys critical information.

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?

No output schema, so description should explain returns. It states 'broadcasts the deposit' but not the response format or next steps. Also lacks mention of error states. Sufficient for basic understanding but incomplete for robust agent usage.

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 coverage is 86%, so baseline 3. Description does not significantly add meaning beyond schema; it mentions refund address automation but no param details. No compensation for the 14% uncovered parameters.

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?

Clearly states the action (send), resource (USDt-Liquid via Changelly fixed-rate swap), and the sub-steps (get quote, create order, broadcast deposit). Distinguishes from siblings like changelly_quote (prerequisite) and sideshift_send (different service).

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

Usage Guidelines5/5

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

Explicitly instructs to always call changelly_quote first and confirm with user, providing a clear prerequisite and usage context. Implicitly distinguishes from other send tools in sibling list.

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/jan3dev/agentic-aqua'

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