Skip to main content
Glama

backlog_forget

Soft-expire memories to stop recall when knowledge is wrong or obsolete. Optionally garbage-collect already-expired memories.

Instructions

Retract memories — soft-expire them so recall stops returning them (the record stays auditable in the viewer). Use when knowledge is wrong or obsolete and there is no replacement (if there IS a replacement, use backlog_remember with supersedes instead). expired:true garbage-collects already-expired memories.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNoSpecific MEMO- ids to forget.
contextNoForget all memories scoped to this context (e.g. "FLDR-0001").
layerNoForget all memories in a layer.
older_thanNoForget memories created before this ISO date/datetime.
expiredNoGC mode: hard-delete memories that are already expired.
Behavior4/5

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

Explains soft-expiration and that records remain auditable. Describes GC mode for expired memories. Lacks details on permissions or side effects, but given no annotations, it adequately covers key behavioral traits.

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?

Concise and front-loaded: first sentence states core purpose. Three short sentences total, each adding critical information without fluff.

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?

Adequately explains behavior, usage, and one key parameter. Lacks description of return values or error handling, but given the tool's simplicity, it is mostly complete.

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?

Schema coverage is 100% so baseline is 3. Description adds value by explaining the 'expired' parameter in detail ('GC mode: hard-delete memories that are already expired'). Other parameters are already well-described in schema.

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: 'Retract memories — soft-expire them so recall stops returning them'. It also distinguishes from siblings by specifying when to use backlog_remember instead.

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

Usage Guidelines5/5

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

Explicitly states when to use: 'when knowledge is wrong or obsolete and there is no replacement'. Provides a clear alternative: 'if there IS a replacement, use backlog_remember with supersedes instead'.

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/gkoreli/backlog-mcp'

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