Skip to main content
Glama

Remember

remember

Save important information to long-term memory with tags, categories, and collections. Supports appending to existing memories and setting visibility for shared or private use.

Instructions

Save important information to long-term memory. Always set collection when the topic is clear: project work → project:, personal tastes → personal:preferences. Use append_to to extend an existing memory instead of creating duplicates. Vector search indexing completes asynchronously within a few seconds after save.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoOptional tags. A tag like project:my-app also sets collection automatically.
typeNoCategory for this memory. Default: general. Use preference for tastes, fact for stable truths, instruction for rules.general
contentYesThe information to remember.
group_idNoUUID of a shared group. Required with visibility=shared when group_name is not set.
append_toNoUUID of an existing memory to append to (same user). Keeps revision history.
collectionNoScope slug (e.g. project:memxus, personal:preferences). GitHub/Notion connector syncs use project:<slug> — one collection per project. Partial names work; call list_collections when unsure.
group_nameNoExact group name (case-insensitive). Alternative to group_id for shared memories.
importanceNoRelevance weight from 0 (low) to 1 (high) for ranking in recall. Default: 0.5.
visibilityNoprivate = personal only (default). shared = save to a group (set group_id or group_name).private

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTags applied to the memory.
messageYesHuman-readable confirmation (same as content text).
memory_idYesUUID of the saved memory.
collectionNoCollection slug, or empty string if none.
importanceNoStored importance (0–1).
memory_typeYesStored memory category.
Behavior4/5

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

Annotations indicate openWorldHint=true and readOnlyHint=false. The description adds valuable behavioral context: 'Vector search indexing completes asynchronously within a few seconds after save.' This goes beyond what annotations provide. No contradiction detected.

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 three sentences: first states purpose, second gives usage tips, third explains async indexing. No unnecessary words. Every sentence adds value. Front-loaded with purpose.

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 tool's complexity (9 parameters, 1 required) and that output schema exists, the description covers key aspects: purpose, collection naming convention, append_to dedup, and async behavior. It is complete enough for an agent to invoke correctly without additional context.

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?

Schema description coverage is 100%, so baseline is 3. However, the description adds meaning beyond schema: e.g., 'Always set collection when the topic is clear: project work → project:<slug>, personal tastes → personal:preferences' and 'Use append_to to extend an existing memory instead of creating duplicates.' This provides strategic guidance on parameter usage.

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 'Save important information to long-term memory', which is a specific verb+resource. It distinguishes from sibling tools like forget, get_memory, and recall, and provides additional context on when to set collection and use append_to.

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 gives explicit guidance on when to set collection and when to use append_to to avoid duplicates. It also mentions asynchronous indexing behavior. It does not explicitly state when not to use the tool, but the context is sufficient for an agent to decide.

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/gpitrella/memxus-remote-mcp'

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