Skip to main content
Glama
KhushalB25

encrypted-vault-mcp

by KhushalB25

init

Initialize a new encrypted vault with a PIN, creating a local AES-GCM encrypted file for storing secrets. Fails if a vault already exists.

Instructions

Initialise a new vault file with a PIN. Fails if a vault already exists at the configured path. The PIN is never stored — only a separate PBKDF2 hash for verification. Default path: ~/.encrypted-vault-mcp/vault.json (override with VAULT_PATH env).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pinYesPIN at least 4 characters.
Behavior4/5

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

Discloses that the PIN is never stored, only a PBKDF2 hash for verification. Mentions default path and env variable. With no annotations, this description does a good job at behavioral transparency, though it could note whether it creates directories.

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 sentences, each adding essential information: action/failure condition, security detail, path configuration. No filler words, front-loaded with the core purpose.

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?

For a simple initialization tool with no output schema and one parameter, the description covers the purpose, failure condition, security aspect, and configuration. It could mention what happens if the missing directory must be created, but overall it's sufficient.

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% with the pin parameter described as 'PIN at least 4 characters.' Description echoes that requirement ('PIN at least 4 characters') but does not add additional semantics beyond the schema. Baseline score applies.

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 action (initialize), the object (vault file), and the means (with a PIN). Distinguishes from siblings like fetch, list, etc., by focusing on first-time setup. Explicitly mentions failure condition if vault exists.

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?

Implicitly tells when to use: when no vault exists. Explicitly says 'Fails if a vault already exists,' which is a clear exclusion condition. Also provides default path and env override. Lacks explicit sibling comparison but context makes it clear.

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