Skip to main content
Glama
jan3dev

Agentic AQUA

by jan3dev

sideshift_receive

Generate a deposit address to receive cryptocurrency into a local wallet via a SideShift variable-rate shift. Send funds from any wallet to the address for settlement on Bitcoin or Liquid.

Instructions

Receive into the local wallet via a SideShift variable-rate shift. Returns a deposit address on the deposit chain — the user (or external sender) sends to it from any wallet. Settle chain MUST be 'bitcoin' or 'liquid'. Both legs must be in the curated allowlist (USDt on ethereum/tron/bsc/solana/polygon/liquid, or BTC on bitcoin) — mirrors AQUA Flutter's supported pairs. Set SIDESHIFT_ALLOW_ALL_NETWORKS=1 to bypass. STRONGLY RECOMMEND passing external_refund_address (the deposit-side sender's address) so a stuck shift can refund automatically. Also returns qr_code_path: a PNG QR of the deposit address — display it to the user so they can scan it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
settle_coinYes'btc' or 'usdt' typically
settle_memoNo
wallet_nameNodefault
deposit_coinYes
settle_networkYes
deposit_networkYes
external_refund_memoNo
external_refund_addressNoDeposit-chain refund address (strongly recommended)
Behavior3/5

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

No annotations provided, so description carries full burden. Discloses return values (deposit address, QR code) and refund behavior, but omits error states, rate limits, or auth requirements. Adequate for a receive tool but could be richer.

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?

Four sentences, each carrying essential information. No redundancy, front-loaded with purpose and key constraints. Excellent structure.

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 8 parameters and no output schema, description covers core purpose, constraints, and return values. Lacks details on some parameters and error handling, but otherwise complete for a receive tool.

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 coverage is low (25%), but description adds meaning: explains deposit/settle constraints, enumerates settle_network values, and stresses external_refund_address. Does not cover all params (wallet_name, settle_memo, external_refund_memo), but the added context compensates.

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: 'Receive into the local wallet via a SideShift variable-rate shift.' It distinguishes from siblings like sideshift_send (sending) and changelly_receive by specifying the shift type and constraints.

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?

Provides explicit constraints: settle chain must be 'bitcoin' or 'liquid', both legs must be in the curated allowlist, and recommends external_refund_address. However, does not explicitly exclude alternatives or state when not to use.

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