Skip to main content
Glama

vault_store_file

Store authentication files in an encrypted vault, upserting by provider, file name, and project scope.

Instructions

Store an auth file (e.g. auth.json) in the encrypted vault. Upserts by (provider, fileName, project).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesFile content as a string
projectNoProject scope (default: "_global" — shared by all projects)
fileNameYesFile name (e.g. "auth.json")
providerYesProvider identifier (e.g. "opencode")
Behavior3/5

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

States 'encrypted vault' and 'upserts', but no annotations provided. Missing details like size limits, encoding, return value, or permissions required for a write operation.

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?

Two sentences, first verb-purpose, second upsert key. No filler, front-loaded.

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?

No output schema, so description should hint at return behavior. It does not mention success/failure indicators. Otherwise covers essential purpose.

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% giving baseline 3. Description adds the upsert key combination (provider, fileName, project), which is not in schema descriptions, enhancing parameter understanding.

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?

Clear verb 'store' with specific resource 'auth file' and example auth.json. Mentions 'Upserts by (provider, fileName, project)' differentiating it from siblings like vault_store (likely more general) and vault_delete_file.

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?

Implied usage: for persisting auth files with upsert semantics. No explicit when-to-use, when-not-to-use, or alternatives among siblings like vault_store.

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