Skip to main content
Glama

exit_demo_mode

Read-onlyIdempotent

Step-by-step guide for exiting demo mode and moving to operational mode. Tailored decision tree based on hardware wallet availability, setup status, and target chains.

Instructions

Build a step-by-step guide for the user to exit demo mode and switch to operational (real signing) mode. The MCP server CANNOT actually unset VAULTPILOT_DEMO or invoke the setup wizard — both require user action outside the MCP. This tool produces a tailored decision tree the agent walks the user through. Stateless / read-only — calling it does NOT change demo state. AGENT BEHAVIOR — call this tool ONLY after explicitly confirming with the user that they want to leave demo mode (e.g., 'I'm ready to set this up for real', 'I have my Ledger now', 'exit demo'). DO NOT call it as a probe — the response is verbose and presumes intent. Before calling, ASK the user: (1) do you have a Ledger device? (2) have you already run vaultpilot-mcp-setup? (3) which chains do you intend to use? Pass the answers as args so the response is tailored. If hasLedger=false, the response recommends DEFERRING the exit (without a Ledger, operational mode gives no functionality demo doesn't already have). Surface that verbatim. Outside demo mode, the tool returns a no-op response indicating there's nothing to exit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hasLedgerNoWhether the user confirmed they have a Ledger device. Pass `false` to get a deferral message recommending they stay in demo until they have hardware. Omit if unknown — the response includes a 'verify Ledger first' caution.
hasRunSetupNoWhether the user has previously run `vaultpilot-mcp-setup`. When true, the response skips the setup-wizard walkthrough.
chainsNoChains the user intends to use. Drives which RPC / API keys to recommend. Defaults to ['ethereum'] when omitted.
acquireKeysNoWhether the user wants help acquiring API keys. Affects recommendation tone — true expands signup links, false keeps the response short.
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description reinforces these (stateless/read-only, does not change demo state) and adds behavioral context: response is verbose, presumes intent, and agent should not call as probe. 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 sections and bullet-like flow. However, it is somewhat verbose with some repetition (e.g., 'stateless / read-only' appears twice). Still, every sentence adds value and it's appropriately detailed for a complex 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?

Despite no output schema, the description fully explains return value (tailored decision tree, no-op outside demo mode). Covers all parameters with usage context, preconditions, agent behavior, and edge cases. Nothing missing for effective use.

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 description coverage is 100%, but the description adds significant context: hasLedger controls deferral, hasRunSetup skips setup walkthrough, chains drives RPC key recommendations, acquireKeys affects recommendation tone. This goes well beyond the brief schema descriptions.

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 builds a step-by-step guide for exiting demo mode. It specifies the output is a tailored decision tree, distinguishes itself from other tools by being stateless/read-only, and the sibling list contains no similar tools.

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?

Explicitly states when to call (only after user confirmation of intent), provides pre-call questions (hasLedger, hasRunSetup, chains, acquireKeys), and when not to call (as a probe). Also covers edge cases: deferral if no Ledger, no-op outside demo mode.

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