Skip to main content
Glama

memory_consolidate

Trigger manual memory consolidation: merges duplicate memories, removes outdated information, and keeps persistent memory accurate across sessions.

Instructions

Manually trigger memory consolidation. Merges duplicates, removes outdated memories, keeps memory sharp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose that the tool merges duplicates and removes outdated memories, which implies a destructive action. However, it does not warn about permanence, reversibility, or potential data loss, leaving some ambiguity about the consequences.

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 a single, focused sentence that front-loads the primary verb and resource, followed by clarifying actions. There is no fluff or repetition, making it extremely concise and well-structured.

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?

The tool is simple (0 parameters, no output schema), and the description explains what it does. However, it omits what the agent should expect after triggering (e.g., no return value description, no confirmation behavior). Given the lack of annotations and output schema, this is a noticeable gap but not fatal.

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

Parameters4/5

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

The tool has zero parameters, and the schema coverage is 100% (trivially). The description does not need to explain parameters, and the baseline for 0-parameter tools is 4. It appropriately adds no redundant parameter information.

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 the tool's purpose with a specific verb ('trigger') and resource ('memory consolidation'). It further elaborates with concrete actions (merges duplicates, removes outdated memories), which distinguishes it from sibling tools like memory_save or memory_delete.

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 phrase 'Manually trigger' implies that the tool is for on-demand maintenance, but it does not provide explicit guidance on when to use it versus alternatives. No mention of prerequisites or typical use cases, so the usage is only implied, not clearly instructed.

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/yuvalsuede/memory-mcp'

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