Skip to main content
Glama
KhushalB25

encrypted-vault-mcp

by KhushalB25

unlock

Unlock the encrypted vault with your PIN to enable secure storage and retrieval of secrets. Uses AES-256-GCM and PBKDF2.

Instructions

Unlock the vault for this server session. Derives the AES-256-GCM key from PIN + salt using PBKDF2 (600,000 iterations, SHA-256). On wrong PIN, returns an error. After unlock, store/fetch/list/remove are available until lock is called or the server process exits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pinYes
Behavior4/5

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

Discloses key derivation details (PBKDF2, iterations, cipher) and error behavior on wrong PIN. No annotations exist, so description carries full burden. Could mention if multiple unlock calls are allowed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

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

Three efficient sentences, front-loaded with purpose, then algorithm and consequences. No extraneous information.

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

Completeness3/5

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

Missing prerequisite information (e.g., whether 'init' must be called first). With siblings like init, this is a notable gap. Otherwise covers effect and lifecycle well.

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 has 0% description coverage, but description explains that pin is used with salt to derive the key and that wrong pin returns an error. Adds significant meaning beyond the raw 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?

Clearly states the tool unlocks the vault for a session, distinguishes from siblings like lock and init. Specifies the algorithm used and the effect on other tool availability.

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?

Provides context on when to use (before other operations) and lifecycle (until lock or process exit). However, does not explicitly state when not to use or mention alternatives like init.

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/KhushalB25/encrypted-vault-mcp'

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