Skip to main content
Glama
M4F-S

Mnemosyne

by M4F-S

memory_remember

Store a private memory note with semantic embedding, tags, and hierarchical wing/room scope, enabling later retrieval through semantic search and graph traversal.

Instructions

Store a private memory note in the vault with semantic embedding, tags, and hierarchical wing/room scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roomNoTopic within the wing (e.g. woocommerce, firewall, docker)general
tagsNoCategorical tags
wingNoProject/domain grouping (e.g. ecommerce, security, devops)general
titleYesShort, unique title for the memory
pinnedNoSet true to make permanently immune to Ebbinghaus temporal decay
contentYesThe memory content in markdown
salienceNoImportance score 0.0-1.0 (default 0.5)
Behavior3/5

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

With no annotations, the description carries the full burden and it does add useful behavioral context: 'private,' 'vault,' 'semantic embedding,' and hierarchy. It does not disclose behaviors such as duplicate-title handling, temporal decay, or return value, which leaves some opacity for a state-changing tool.

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?

One sentence, front-loaded with the verb, and every detail—privacy, vault, embedding, tags, scope—earns its place. There is no filler or redundancy.

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?

Schema plus description covers what to pass, but the absence of annotations and output schema, combined with seven sibling tools, leaves gaps: no routing guidance versus ingestion/sharing tools and no statement of what happens on success or when a title already exists. Complete enough for basic invocation but not fully self-sufficient.

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 description coverage is 100% and each parameter already has meaningful descriptions (e.g., room is 'Topic within the wing'; pinned explains Ebbinghaus decay). The description adds only the notion of hierarchy, not substantive parameter semantics, so the baseline 3 is appropriate.

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 states a specific action ('Store') and a specific resource ('private memory note in the vault') while naming key processing details: semantic embedding, tags, and hierarchical wing/room scope. 'Private' distinguishes it from shared publication, and the write verb separates it from retrieval siblings like memory_recall.

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

Usage Guidelines3/5

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

Usage is implied by the store verb: use this when saving a private memory note. However, the description provides no explicit when-to-use or when-not-to-use guidance and names no alternatives, so an agent must infer the boundary against siblings like memory_ingest_session and memory_publish_shared.

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/M4F-S/gomaa'

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