Skip to main content
Glama
jefedeoro

JauMemory MCP Server

by jefedeoro

vault_store

Securely store API credentials with encrypted-at-rest secrets. Supports provider presets to auto-configure authentication headers for APIs like OpenAI or Stripe.

Instructions

Store a new API credential in the secure vault. The secret value is encrypted at rest and never returned in responses. Use provider presets (e.g. "openai", "stripe") to auto-configure auth headers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesHuman-readable name for this credential (e.g. "OpenAI Production Key")
notesNoPrivate notes about this credential
valueYesThe secret value (API key, token, etc.). Write-only: never returned in responses.
scopesNoOAuth scopes or permission labels for this credential
providerNoProvider name (e.g. "openai", "stripe", "github"). Auto-configures auth headers if a preset exists.
auth_headerNoHTTP header name for injection (default: "Authorization")
auth_prefixNoValue prefix (e.g. "Bearer", "Basic", "Token")
descriptionNoOptional description of what this credential is used for
credential_typeYesType of credential: api_key, bearer_token, basic_auth, oauth2, custom_header
injection_methodNoHow to inject: header, query, body, url
Behavior3/5

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

With no annotations, the description carries full responsibility. It discloses that the secret is encrypted at rest and never returned, which is positive. However, it does not mention whether storing a credential with an existing name overwrites or errors, what authentication is required to store, or any rate limits. The transparency is adequate but incomplete.

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 two sentences: the first clearly states the purpose, and the second provides a practical usage hint. Every sentence is meaningful, and there is no wasted text.

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

Completeness2/5

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

This tool has 10 parameters and no output schema or annotations. The description is brief and does not cover important context like what happens on success/failure, whether credentials are overwritten, required permissions, or return values. Given the complexity, more completeness is needed.

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 description coverage is 100%, so the baseline is 3. The description adds minor value by explaining that provider presets auto-configure auth headers, which the schema also mentions. No additional parameter semantics 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 'Store a new API credential in the secure vault.' This is a specific verb (store) and resource (API credential), and it distinguishes the tool from siblings like vault_list (listing) and vault_rotate (rotating).

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 hints at usage by mentioning provider presets for auto-configuration, but does not explicitly guide when to use this tool versus alternatives like vault_rotate for updating existing credentials or vault_list for inspection. No when-not or exclusion criteria are given.

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/jefedeoro/JauMemory-mcp-server'

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