Skip to main content
Glama

remember

Store facts and decisions permanently in a knowledge graph using semantic embeddings for meaning-based retrieval.

Instructions

Save something to your long-term memory.

Anything you save here persists forever and can be found later with recall by searching for its meaning — not just exact words. Every memory is stored in a knowledge graph with semantic embeddings.

Use this when:

  • You learn a fact worth keeping: remember("Our API uses OAuth2 with PKCE", category="fact")

  • A decision is made: remember("Chose Postgres over Mongo for ACID compliance", category="decision", importance="high")

  • You discover a user preference: remember("User prefers concise responses", category="preference")

  • An idea comes up: remember("Consider adding WebSocket support for real-time sync", category="idea")

Args: content: What to remember — facts, decisions, preferences, ideas, project context. Be specific and include reasoning when possible. category: Tag for organization. One of: preference, fact, decision, idea, project, person, general. If omitted, auto-categorized as "general". importance: Priority level — "low", "normal", or "high". High-importance memories surface first in recall results.

Returns: Confirmation with the assigned memory ID. Returns an error message if the content is empty or the server is unreachable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes
categoryNo
importanceNonormal

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description carries full behavioral disclosure: it explains persistence ('persists forever'), retrieval mechanics ('searching for its meaning — not just exact words'), storage architecture ('knowledge graph with semantic embeddings'), auto-categorization behavior ('If omitted, auto-categorized'), and error conditions ('Returns an error message if the content is empty').

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 uses a standard docstring structure (summary, technical context, usage examples, Args, Returns) with zero redundant sentences. Technical details about semantic embeddings are essential for correct usage, and the examples are concise yet concrete. Front-loaded with the core action in the first sentence.

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

Completeness5/5

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

Given the complexity of the memory system and complete lack of schema descriptions, the description is comprehensive: it covers input parameters with examples, explains the output ('Confirmation with the assigned memory ID'), documents error states, and establishes the relationship with sibling tool `recall`. No gaps remain for an agent to use this tool effectively.

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?

Despite 0% schema description coverage, the Args section fully compensates by documenting all three parameters: `content` (semantics and best practices), `category` (explicit enum values: preference, fact, decision, idea, project, person, general), and `importance` (enum values and ranking behavior). The description adds critical constraints not present in 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 opens with a specific verb ('Save') and resource ('long-term memory'), then distinguishes from sibling tool `recall` by stating saved items 'can be found later with `recall`'. It further clarifies the unique semantic storage mechanism ('knowledge graph with semantic embeddings') that differentiates this from simple note-taking tools like `save_note`.

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

Usage Guidelines5/5

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

Contains an explicit 'Use this when:' section with four concrete scenarios (facts, decisions, preferences, ideas), each including realistic code examples. This provides clear guidance on when to select this tool over siblings like `save_note` (for general notes) or `record_insight` (for analytics).

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/PL-ODIN/astria-plugin'

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