Skip to main content
Glama

remember

Store facts, decisions, and preferences in encrypted persistent memory to maintain AI agent context across sessions. Creates vector embeddings for semantic search and retrieval.

Instructions

Store a fact, decision, or preference in persistent memory so it survives across sessions. This is a write operation that creates a new memory record, encrypts the content at rest, and generates a vector embedding for semantic search. Use remember (not recall) when you learn something worth keeping: architecture decisions, user preferences, bug root causes, project conventions, or task outcomes. Do not use for ephemeral scratch data, secrets, or large files. Returns the memory ID and timestamp. Costs 1 operation against the API key's monthly quota (500 free, then paid). Use forget to delete outdated memories before storing corrections, to prevent contradictions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe information to store. Write as a complete, self-contained statement (not fragments). Include context: 'User prefers TypeScript for backend services' not just 'TypeScript'. Max 10,000 characters.
agent_idNoUnique identifier for this agent instance. Use a consistent value across sessions so memories are retrievable. Default: 'default'.default
user_idNoUser identifier, required when scope is 'user'. Links the memory to a specific user across all their agents.
tagsNoCategorical labels for filtering during recall. Use lowercase, consistent terms: 'preference', 'decision', 'architecture', 'bug-fix'. Max 20 tags, each max 100 chars.
scopeNoVisibility: 'agent' (only this agent sees it, default), 'user' (all agents for this user, requires user_id), 'org' (all agents in the organization, requires org membership).agent
Behavior5/5

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

With no annotations provided, the description carries full burden and excels: discloses write operation nature, encryption at rest, vector embedding generation, quota costs ('1 operation against the API key's monthly quota'), and return values ('memory ID and timestamp').

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?

Seven sentences cover persistence model, security, search indexing, usage conditions, exclusions, return values, costs, and workflow—zero waste. Front-loaded with core action ('Store...') and structured logically from 'what' to 'when' to 'costs'.

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?

Despite lacking annotations and output schema, description fully compensates by disclosing return structure, persistence guarantees, and side effects. Comprehensive for a 5-parameter tool with enum-based scoping and billing implications.

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%, establishing baseline 3. Description adds semantic categories for content ('fact, decision, or preference') and contextual examples ('architecture decisions, user preferences') that supplement the schema's technical constraints, justifying a score above baseline.

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?

Opens with specific verb+resource ('Store a fact, decision, or preference in persistent memory') and explicitly distinguishes from sibling tool 'recall' ('Use remember (not recall)'). Also differentiates from 'forget' by describing when to use each in the workflow.

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?

Provides explicit positive conditions ('when you learn something worth keeping: architecture decisions...'), negative exclusions ('Do not use for ephemeral scratch data, secrets, or large files'), and names the alternative tool for deletion ('Use forget to delete outdated memories').

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/AlekseiMarchenko/central-intelligence'

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