Skip to main content
Glama

dream

Run a full memory consolidation cycle to archive low-value entries and generate insight memories. Orient, Gather, Consolidate, and Prune obsolete data to reduce storage overhead and maintain retrieval accuracy.

Instructions

Run a full memory consolidation cycle (Orient, Gather, Consolidate, Prune). Side effect: may archive low-value entries and generate insight memories. Use when memory count is high and you need periodic maintenance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoScope to consolidate, e.g. 'project:myapp'. Omit to consolidate across all scopes
forceNoSet to true to force consolidation even if recent write count is below the automatic threshold
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It successfully discloses critical behavioral traits: the four-phase process, the destructive/mutative side effect of archiving entries, and the generation of insight memories. It mentions the automatic threshold concept (linked to the 'force' parameter) implicitly.

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?

Extremely concise two-sentence structure with zero waste. First sentence defines the action and phases; second states side effects and usage conditions. Information is perfectly front-loaded.

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

Completeness4/5

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

Given the tool's complexity (destructive maintenance operation) and lack of output schema, the description adequately covers the essential behavioral contract and side effects. It would benefit from mentioning the return value or success indicators, but the core functionality is sufficiently documented.

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?

With 100% schema description coverage, the baseline is 3. The description mentions the consolidation scope and threshold concepts but does not add syntax details, format constraints, or semantic context beyond what the schema already provides for the 'scope' and 'force' parameters.

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 defines the tool as running a 'full memory consolidation cycle' with specific phases (Orient, Gather, Consolidate, Prune), and mentions side effects (archiving, insight generation). It distinguishes from simple storage/retrieval siblings, though it could explicitly contrast with 'distill_memory' or 'checkpoint_session' to be perfect.

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?

Provides clear when-to-use guidance ('Use when memory count is high and you need periodic maintenance') and implies when not to use via the side effect warning (avoid if you don't want archiving). Lacks explicit sibling alternatives, but the context is sufficiently clear.

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/AliceLJY/recallnest'

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