Skip to main content
Glama

exit_demo_mode

Read-onlyIdempotent

Provide a tailored decision tree to exit demo mode and transition to real signing, based on Ledger availability and setup status.

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 and idempotentHint=true. The description adds context beyond annotations: stateless, no state change, verbose response, and the fact that the server cannot actually unset the demo mode. This extra detail earns a 4.

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 well-organized with clear sections for purpose, behavioral notes, and agent instructions. While it is somewhat lengthy, every sentence adds value, and there is no fluff. The main purpose is front-loaded.

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 thoroughly explains what the response will contain (tailored decision tree, deferral messages, no-op when outside demo mode). It also covers edge cases like missing inputs. The tool's complexity is medium, and the description fully addresses 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?

Schema coverage is 100%, so descriptions are already clear. The tool description adds usage guidance for each parameter (e.g., 'pass false to get deferral message'), which helps the agent decide values. This goes beyond bare schema definitions.

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 produces a step-by-step guide for exiting demo mode and clarifies that it cannot actually change the state. It distinguishes itself from siblings by focusing on guidance rather than direct state changes, and uses specific verbs like 'build' and 'produces'.

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 provides explicit when-to-use criteria (only after user confirmation of intent), lists prerequisite questions to ask, and warns against probing or calling when outside demo mode. It also tells the agent to defer if the user lacks a ledger device.

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