Skip to main content
Glama

unregister_btc_multisig_wallet

DestructiveIdempotent

Drop a registered Bitcoin multisig wallet from the local cache. Idempotent, no device touch.

Instructions

Drop a registered multi-sig wallet from the local cache. The Ledger device retains the policy HMAC indefinitely (no on-device unregister API), so re-registering with the SAME descriptor + cosigners returns the same HMAC the device already has. This tool only forgets the local-disk entry — call it before re-registering with different cosigners under the same name, or to clean up wallets you no longer use. Idempotent: returns removed: false when the name isn't registered. No device touch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletNameYesName of the wallet to drop from the local cache. Idempotent — succeeds with `removed: false` when the name isn't registered. The Ledger device retains the policy HMAC indefinitely (no on-device unregister API), so re-registering the same descriptor returns the same HMAC; this tool only forgets the local entry.
Behavior5/5

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

Beyond annotations (destructiveHint, idempotentHint), the description explains that the Ledger device retains the policy HMAC, the tool only forgets local entry, and idempotency with `removed: false` response. No contradictions.

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?

Well-structured with clear front-loading: purpose first, then behavioral context, then usage guidance. Every sentence adds value, though slightly verbose; could be slightly tighter.

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?

Covers purpose, Ledger behavior, usage scenarios, and idempotency. Lacks explicit output format details, but description hints at return value. Adequate for a simple tool with no output schema.

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?

The input schema already provides a detailed description of walletName, covering idempotency and HMAC retention. The main description does not add new parameter-specific information beyond what's in the schema.

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: 'Drop a registered multi-sig wallet from the local cache.' It uses specific verb (drop) and resource (BTC multisig wallet), distinguishing it from siblings like register_btc_multisig_wallet.

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?

Explicit guidance: 'call it before re-registering with different cosigners under the same name, or to clean up wallets you no longer use.' Also explains the device's HMAC retention, setting expectations for re-registration behavior.

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/szhygulin/recon-crypto-mcp'

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