Skip to main content
Glama
ethos-zero

Mneme Memory MCP

by ethos-zero

memory_add

Store durable facts in shared memory for users (identity, preferences, working style) or projects (decisions, setup notes). Categorize and tag information for retrieval.

Instructions

Add a durable fact to shared memory.

Use target='user' for identity, preferences, and working style. Use target='memory' for projects, tools, paths, decisions, and setup notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes
targetNomemory
categoryNogeneral
tagsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It indicates the operation creates a durable fact (persistent storage) and gives context for targets, but lacks details on potential side effects, authorization needs, or limitations.

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?

Two concise sentences: the first states the tool's purpose, the second provides clear usage guidance for the key parameter. No wasted words.

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

Completeness2/5

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

While the output schema (unseen) may define return values, the description fails to explain three of four parameters. Given the tool's 4 parameters and no schema descriptions, the description is incomplete for agent understanding.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. Only the 'target' parameter receives explanation; 'content', 'category', and 'tags' are not described. This leaves the agent uncertain about the use of the other three parameters.

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 'Add a durable fact to shared memory,' providing a specific verb and resource. It implicitly distinguishes from sibling tools (list, remove, search, summary, update) which involve different operations.

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 explicit guidance for the 'target' parameter: use 'user' for personal data and 'memory' for other facts. However, it does not explicitly state when to use this tool instead of alternatives like memory_update.

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/ethos-zero/mneme-memory-mcp'

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