Skip to main content
Glama
jan3dev

Agentic AQUA

by jan3dev

btc_import_descriptor

Import a watch-only Bitcoin wallet from a BIP84 descriptor. Supports mainnet and testnet, with optional change descriptor derivation.

Instructions

Import a watch-only Bitcoin wallet from a BIP84 descriptor. ONLY imports Bitcoin — to monitor the same seed's Liquid wallet, the user must separately import its CT descriptor with lw_import_descriptor (different derivation path + SLIP-77 key).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNoNetwork to usemainnet
descriptorYesBIP84 external descriptor (with or without [fp/path] prefix)
wallet_nameYesWallet name (may add Bitcoin to an existing Liquid-only wallet)
change_descriptorNoOptional change descriptor; auto-derived from external if omitted (replaces /0/* with /1/*)
Behavior3/5

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

No annotations are provided, so the description must carry behavioral info. It mentions 'watch-only' implying no private key access, but does not disclose side effects (e.g., adding to existing wallet), prerequisites, or error handling. Adequate but not thorough.

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 that front-load the core verb and resource, with no wasted words. Efficient and clear.

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?

Given no output schema, the description lacks information about return values or success confirmation. It mentions only the action, leaving the user to infer outcomes. Adequate for a simple import, but incomplete.

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 100%, so baseline is 3. The description adds no extra parameter-specific details beyond what the schema already provides, so it meets the baseline but does not exceed it.

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 imports a watch-only Bitcoin wallet from a BIP84 descriptor, and explicitly distinguishes from the Liquid counterpart lw_import_descriptor, leaving no ambiguity about its purpose.

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?

The description explicitly states when to use this tool (import Bitcoin) and when not to (Liquid should use lw_import_descriptor), providing clear alternatives and context.

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