Skip to main content
Glama
sharedmemoryai

SharedMemory MCP Server

Official

remember

Store facts, notes, or information in shared memory. Automatically classifies, checks conflicts, and builds a knowledge graph.

Instructions

Store a fact, note, or piece of information in SharedMemory. The memory pipeline will classify it, check for conflicts, extract knowledge, and build the graph automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe fact, note, or information to remember
volume_idNoVolume (memory space) ID. Uses default if not set.
memory_typeNoType hint for the memory. Default: factual. Use 'instruction' for rules/conventions all agents should follow.
event_dateNoISO date (YYYY-MM-DD or full ISO) of when the event occurred. Not when it's being stored.
user_idNoScope this memory to a specific user
session_idNoScope this memory to a conversation session
agent_idNoAgent that created this memory
app_idNoApp identifier for scoping
metadataNoArbitrary key-value metadata to attach
Behavior4/5

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

The description explains that the memory pipeline classifies, checks conflicts, extracts knowledge, and builds the graph automatically. This adds meaningful behavioral context beyond the simple 'store' action, especially since annotations are absent.

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 extremely concise, using only two sentences to convey the core purpose and behavioral outcome. No wasted words.

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

Completeness3/5

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

Given 9 parameters and no output schema, the description is fairly complete for the main purpose but lacks details on return values, error conditions, or what the 'graph' output looks like. It is adequate but not fully comprehensive.

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 coverage is 100%, so the baseline is 3. The description provides a high-level overview but does not add specific details about parameter usage or constraints beyond what the schema already documents.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool stores facts, notes, or information in SharedMemory. However, it does not explicitly differentiate from sibling tools like batch_remember or update_memory, which have distinct purposes.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives, such as batch_remember for bulk storage or delete_memory for removal. There is no mention of prerequisites, exclusions, or when not to use it.

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

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