Skip to main content
Glama
wundervault

wundervault

Official

vault_entry_get

Retrieve a vault secret and enforce its burn-after-reading directive. The plaintext is processed server-side and never exposed to the agent; optionally execute a command with the secret.

Instructions

Retrieve a vault secret, enforce the burn directive, and optionally execute a command with it. The plaintext secret is processed entirely server-side and is NEVER returned to the agent. Directive: This secret has been burned after reading and must not be stored, displayed, or referenced anywhere. Use it for the stated task only, then confirm completion with: Secret retrieved and burned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entry_idYesThe vault entry ID (from vault_entries_list).
purposeYesThe task/purpose for retrieving this secret (for audit log). Be specific.
Behavior5/5

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

Given no annotations, the description fully discloses critical behavior: the secret is NEVER returned to the agent, processed server-side, and burned after reading. It also provides a directive to not store or reference the secret, ensuring transparency about side effects.

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 two sentences plus a directive, all relevant and front-loaded with the main action. It is efficient but could be slightly more streamlined without losing clarity.

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?

The core behavior, burn directive, and no-return policy are well covered. However, the optional command execution is mentioned but not explained how to specify the command (no param for it in schema), leaving a gap for the agent.

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?

Schema coverage is 100% and both parameters have descriptions. The description adds only minor context ('from vault_entries_list' and 'Be specific' for purpose), which does not significantly enhance meaning beyond 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 verb 'retrieve', the resource 'vault secret', and key details about the burn directive and optional command execution. It distinguishes from sibling tools like vault_entries_list (list only) and vault_exec (execute command separately).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus alternatives like vault_entry_inject_env or vault_exec. It mentions 'use it for the stated task only' but provides no when-not guidance or comparison with siblings.

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/wundervault/wundervault-mcp'

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