Skip to main content
Glama
MihaiBuilds

Memory Vault

by MihaiBuilds

remember

Store important information, decisions, or knowledge in a persistent memory space. The text is embedded as a searchable chunk, making it available for future retrieval through Memory Vault.

Instructions

Store a new memory in the system.

The text is embedded and stored as a searchable chunk. Use this to save important information, decisions, or knowledge.

Args: text: The text content to remember. space: Which memory space to store it in (default "default"). source: Where this memory comes from (default "mcp"). speaker: Who said/wrote this — "human" or "assistant" (default "human").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
spaceNodefault
sourceNomcp
speakerNohuman

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does add useful detail by saying 'The text is embedded and stored as a searchable chunk,' which explains the storage behavior beyond a bare 'store' verb. However, it does not mention potential side effects, failure conditions, deduplication behavior, or what happens after storage, leaving some uncertainty for a mutation tool.

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

Conciseness4/5

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

The description is moderately concise and front-loaded with the primary purpose. The Args section is compact and necessary given the schema's lack of descriptions. The sentence 'Use this to save important information...' is slightly redundant with the opening line but does not meaningfully hurt readability.

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?

The description covers the tool's purpose, storage behavior, and all parameter meanings, and an output schema exists so return-value details are not required. It does not enumerate valid memory spaces or relate this tool explicitly to recall, forget, and other siblings, but for a straightforward write operation it is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, so the description must fully document parameters. It does so clearly, defining text, space, source, and speaker, including all defaults and the allowed speaker values ('human' or 'assistant'). This fully compensates for the bare 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 opens with 'Store a new memory in the system,' naming a specific verb and resource. It clearly distinguishes this as the write operation among siblings like recall and forget, and adds 'Use this to save important information, decisions, or knowledge' to reinforce the intended use.

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?

The description provides clear usage context: 'Use this to save important information, decisions, or knowledge.' It does not explicitly name alternatives or state when not to use the tool, but the sibling set is intuitive enough that an agent can infer this is the right tool for storing rather than retrieving or deleting memories.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/MihaiBuilds/memory-vault'

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