Skip to main content
Glama

store_memory

Save a memory record to the Hub with private, group, or collective visibility. Include title, tags, and an optional task reference for later recall via full-text search.

Instructions

存储一条记忆到 Hub。支持 private(仅自己可见)、group(组内可见)、collective(全局可见)三种范围。存储后可通过 recall_memory 全文搜索召回。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes记忆内容(最多 10000 字符)
titleNo记忆标题(最多 500 字符)
scopeNo可见范围private
tagsNo标签列表,如 ['work', 'important']
source_task_idNo关联任务 ID(用于溯源追踪)
Behavior3/5

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

With no annotations, the description carries full burden. It adds context about scope privacy levels but does not disclose other behavioral traits such as whether the operation is idempotent, any rate limits, required authentication, or what happens on exceeding content limits (though schema has maxLength). The description partially meets expectations.

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 with two sentences that front-load the core action and scope. Every word serves a purpose, and there is no extraneous information.

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?

For a tool with 5 parameters and no output schema or annotations, the description covers the core function but lacks details on return values, error handling, and usage scenarios. It references recall_memory for retrieval, which adds some completeness, but overall gaps remain.

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 baseline is 3. The description adds minimal value beyond the schema; it explains the scope enum values and the ability to recall via recall_memory, but does not elaborate on tags or source_task_id semantics. Thus, it does not significantly enhance parameter understanding.

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 a memory to Hub and lists three scopes. It distinguishes itself from sibling tools like recall_memory and delete_memory by focusing on storage. However, it doesn't explicitly differentiate between creating a new memory and updating an existing one, though the context implies creation.

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?

The description mentions that stored memories can be recalled via recall_memory, providing some usage context. However, it does not explain when to use this tool versus alternatives like share_experience or send_message, nor does it specify any prerequisites or exclusions.

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/liuboacean/agent-comm-hub'

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