Skip to main content
Glama

vault_store

Store API keys for multiple LLM providers in an encrypted vault with upsert by provider, key name, and project.

Instructions

Store an API key in the encrypted credential vault. Upserts by (provider, keyName, project).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiKeyYesThe API key to store
keyNameNoKey slot name (default: "default")
projectNoProject scope (default: "_global" — shared by all projects)
providerYesProvider identifier (e.g. "anthropic", "openai", "google", "groq", "openrouter", "cerebras", "zai", "nvidia", "mistral", "sambanova", "hyperbolic")
Behavior3/5

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

The description reveals the upsert behavior (create or update) which is a key behavioral trait. However, without annotations, it does not cover error conditions, permissions, or side effects. The burden is partially met but could be more thorough.

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?

The description is a single sentence that conveys the tool's core purpose and key behavior (upsert) without any filler or redundancy. Every word contributes meaning.

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?

Given the parameter count (4) and lack of output schema or annotations, the description provides the essential functionality but omits details about return values, success/error handling, and any prerequisites. It is adequate but minimal.

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?

The schema covers all parameters (100% coverage), so the base score is 3. The description adds context about the composite upsert key (provider, keyName, project), but does not substantially enhance understanding beyond the schema definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool's purpose: storing an API key in an encrypted vault, with an upsert behavior based on provider, keyName, and project. It distinguishes from sibling vault tools like vault_delete and vault_list, though not explicitly from vault_store_file.

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

Usage Guidelines2/5

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

The description does not provide guidance on when to use this tool versus alternatives such as vault_store_file or vault_list. It lacks any 'when to use' or 'when not to use' direction.

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/JNZader/mcp-llm-bridge'

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