Skip to main content
Glama

Memory Retention Status & Archive

memorix_retention

Monitor memory retention status or archive expired memories using exponential decay scoring based on importance, age, and access patterns.

Instructions

Show memory retention status or archive expired memories. action="report" (default): show active/stale/archive-candidate counts. action="archive": move expired observations to archive file (reversible). Uses exponential decay scoring based on importance, age, and access patterns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoAction: "report" (show status, default) or "archive" (move expired to archive)
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing key behavioral traits: the archive action is described as 'reversible', and it explains the underlying mechanism ('exponential decay scoring based on importance, age, and access patterns'). However, it doesn't mention performance characteristics, rate limits, or authentication requirements.

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 efficiently structured in two sentences: the first establishes the dual-purpose nature, the second explains the actions and scoring mechanism. Every phrase adds value with zero wasted words, and key information is 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?

For a tool with one parameter, 100% schema coverage, and no output schema, the description provides good context about what the tool does and how it works. However, it doesn't describe the output format for either action, which would be helpful since there's no output schema. The explanation of the scoring algorithm adds useful completeness.

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?

With 100% schema description coverage and only one parameter, the description adds significant value beyond the schema by explaining what each action does ('show active/stale/archive-candidate counts' for report, 'move expired observations to archive file' for archive) and providing context about default behavior. The schema only documents the enum values, while the description explains their semantic meaning.

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 specific verbs ('show memory retention status' and 'archive expired memories') and distinguishes it from siblings by focusing on retention management rather than consolidation, search, or other memory operations. It explicitly defines two distinct actions the tool performs.

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 clear context for when to use each action ('report' for status viewing, 'archive' for moving expired memories), but doesn't explicitly state when to choose this tool over sibling tools like memorix_consolidate or memorix_deduplicate. It differentiates between the two modes within the tool but lacks sibling comparison guidance.

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/AVIDS2/memorix'

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