Skip to main content
Glama
jan3dev

Agentic AQUA

by jan3dev

sideshift_receive

Create a variable-rate SideShift shift to receive funds into a local wallet. Returns a deposit address on the deposit chain; the sender transfers to it 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.

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 must stand alone. It explains the flow: returns deposit address, user sends to it, constraints on chains and coins. Lacks details on idempotency, rate guarantee, or error handling. Moderate transparency.

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?

Description is a concise single paragraph of 4 sentences, front-loading purpose. Each sentence adds value. Minor restructuring could improve readability but overall efficient.

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?

For a tool with 8 parameters, no output schema, and no annotations, the description covers the flow, constraints, and a key recommendation. Missing details on response format (deposit address structure) and error scenarios, but adequate for basic 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 only 25%. Description adds meaning for settle_network restrictions, allowlist for coins/networks, and refund address recommendation. But does not describe all 8 parameters individually, leaving gaps.

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?

Description clearly states it receives into local wallet via SideShift variable-rate shift and returns a deposit address. It differentiates from siblings like sideshift_send by describing the direction of the shift.

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?

Explicitly states settle chain must be 'bitcoin' or 'liquid', allowlist restrictions, environment variable to bypass, and strong recommendation for external_refund_address. It does not explicitly compare to other SideShift tools but the constraints are clear.

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