Skip to main content
Glama

get_demo_wallet

Read-onlyIdempotent

Check demo wallet status, enumerate available personas and their on-chain rehearsable flows, and identify missing state preventing end-to-end rehearsal of demo flows.

Instructions

Report the active demo wallet (live mode), confirm default demo mode (no wallet set), or report why demo mode isn't active when the env var is missing or misconfigured. ALWAYS enumerates the available personas + their addresses + descriptions regardless of VAULTPILOT_DEMO state, so the agent can offer the user a choice without hardcoding the list (issue #392). RESPONSE: { demoActive, mode, envState: 'enabled' | 'unset' | 'invalid', personas, matrix, [active], [message] }. When envState is 'unset' or 'invalid' the message field tells the user how to fix it (set VAULTPILOT_DEMO=true exact literal, lowercase). When envState is 'enabled', active carries the current live wallet (or null in default demo mode). MATRIX (issue #409 enrichment): each cell in matrix[chain][type] carries a rehearsableFlows: string[] field listing multi-step / state-dependent demo flows the cell's existing on-chain state already supports end-to-end (e.g. aave_supply, marinade_stake, swap_eth_usdc), and an optional flowGaps field listing flows the persona archetype implies but the wallet's current state does NOT support, with a one-line recommendation (switch persona / exit demo / pair Ledger). Read these BEFORE the user picks a flow so you offer rehearsable flows up-front and steer them off flows that would loop on missing on-chain state (the simulated send returned in demo mode never mutates state, so any flow whose precondition is itself a state change can't be rehearsed end-to-end against a wallet that doesn't already have it).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already indicate read-only, idempotent, non-destructive, and open-world. The description adds significant detail: it always enumerates personas regardless of state, specifies response format, and explains the matrix enrichment (rehearsableFlows, flowGaps, recommendations). 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.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is verbose and contains multiple paragraphs with interleaved details. While all information is valuable, it could be better structured (e.g., bullet points for response shape or matrix explanation) to improve readability for an agent. It's functional but not lean.

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?

Despite no output schema, the description fully defines the response structure including all fields and their meanings. It covers edge cases (envState values, matrix enrichment) and provides complete guidance for the agent to act on the result. The complexity is high, and the description meets it.

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?

Input schema has zero parameters. With no parameters, baseline is 4. The description does not need to explain parameters, and it correctly mentions that no input is required.

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 explicitly states the tool's purpose: report active demo wallet, confirm default demo mode, or explain why demo mode isn't active. It also enumerates personas and provides response structure, clearly distinguishing it from siblings like set_demo_wallet and exit_demo_mode.

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?

The description advises reading matrix data before user picks a flow to offer rehearsable flows and avoid unsupported ones. While it provides usage context, it doesn't explicitly state when not to use or mention alternative tools, but the guidance is clear enough for an agent.

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