Skip to main content
Glama

set_demo_wallet

Idempotent

Set a demo wallet to activate live simulation of on-chain transactions using curated or custom addresses.

Instructions

DEMO MODE ONLY — switch the active demo wallet via one of three input shapes. Once a wallet is set, demo mode upgrades from default (signing-class tools refuse) to live mode (prepare_, simulate_, preview_send run REAL against the wallet's on-chain state; send_transaction returns a simulation envelope instead of broadcasting). INPUT SHAPES: (1) { chain, type } — per-cell loader. e.g. { chain: 'bitcoin', type: 'whale' } loads ONE address into the BTC slot, leaving evm/solana/tron slots untouched. Multiple per-cell calls accumulate; same chain twice replaces. Chains: evm | solana | tron | bitcoin. Types: defi-degen | stable-saver | staking-maxi | whale. Some cells are intentionally null (BTC defi-degen, Solana staking-maxi, etc.) — call get_demo_wallet first to see the matrix. (2) { persona } — batch loader. Same as four per-cell calls for one type at once. Convenience for 'load me a whole whale wallet across every chain that has one'. (3) { custom: { evm: [...], solana: [...], tron: [...], bitcoin: [...] } } — arbitrary addresses (read-only, no security risk). Pass {} (no args) to clear and return to default demo mode. Calling outside demo mode (env unset) returns a no-op response — the tool stays available so an agent can always discover the surface, but never affects real signing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoChain dimension of the demo-wallet matrix. Pair with `type` to load a single (chain, type) cell. Replaces any previous slot for this chain; other chains stay as they are.
typeNoType / archetype dimension of the demo-wallet matrix. Pair with `chain` to load a single (chain, type) cell.
personaNoPersona / type ID to batch-activate across every chain that has a curated cell. Convenience over four `{ chain, type }` calls. Mutually exclusive with `chain`+`type` and with `custom`. Omit all three to clear the live wallet.
customNoCustom address bundle. Mutually exclusive with `chain`+`type` and `persona`. At least one chain field must be non-empty.
Behavior5/5

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

The description greatly expands on the annotations (idempotentHint=true, non-destructive). It explains that setting a wallet upgrades demo mode to live mode, where prepare/simulate/preview tools run real state and send_transaction returns a simulation envelope. It also notes that multiple per-cell calls accumulate but same chain replaces, and that custom addresses are read-only. All behavioral traits are disclosed, far exceeding annotation information.

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?

The description is verbose (about 200 words) but well-structured with sections, bullet points, and examples. Every sentence adds value, though a slightly more concise version could be written. The front-loading is good: the first sentence explains the core function. Overall, it's appropriate for the complexity of the tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (three input shapes, multiple chains and types, demo mode behavior), the description is complete. It explains the effect on other tools, advises to call get_demo_wallet first, and covers edge cases (clearing wallet, no-op outside demo mode). No output schema is needed as the tool's effect is described in behavioral terms.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds extensive meaning: it explains the three mutually exclusive input shapes, provides examples for each, and clarifies nuances like cell accumulation, replacement, and null cells. It also describes the purpose of each parameter field (chain, type, persona, custom) beyond the schema descriptions, making parameter usage very clear.

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: to switch the active demo wallet using one of three input shapes (chain+type, persona, custom). It distinguishes from siblings by explaining that setting a wallet upgrades demo mode from default to live, and that calling outside demo mode is a no-op. The verb 'set' and resource 'demo wallet' are specific, and the description covers the three distinct input shapes, making it unambiguous.

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 explains when to use the tool ('DEMO MODE ONLY') and provides detailed guidance on when to use each input shape: per-cell loader for single chains, batch loader for convenience, custom for arbitrary addresses. It also states when not to use it (outside demo mode) and what happens (no-op). No alternatives are explicitly named, but the tool is unique for setting demo wallets, and the description contrasts with default demo mode 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/vaultpilot-mcp'

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