Skip to main content
Glama

demote_memory

Deprecate a long-term memory chunk to flag it as outdated or superseded, removing it from recall results. Optionally link to a replacement chunk for traceability.

Instructions

Deprecate a long-term memory chunk in demo.marsvault_chunks, marking it as outdated or superseded. The chunk is not deleted — it is flagged so it no longer appears in recall results. Use this when information becomes incorrect, irrelevant, or is replaced by newer knowledge. Optionally link to the replacement chunk for traceability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUUID of the long-term memory chunk to deprecate
deprecated_reasonYesWhy this memory is being deprecated (e.g. "superseded by newer architecture decision", "information confirmed incorrect")
superseded_byNoUUID of the replacement chunk, if this memory is being superseded by updated content
deprecated_atNoCustom deprecation timestamp in ISO 8601 format. Defaults to now if omitted.
Behavior4/5

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

With no annotations provided, the description carries full burden. It clearly states the chunk is not deleted but flagged, and that it no longer appears in recall results. It also mentions optional traceability via 'superseded_by'. However, it does not detail reversibility or side effects on other functions, which would elevate transparency further.

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 three sentences with no filler. First sentence states action and resource, second explains the behavioral effect (flagging vs deletion), third gives usage context and mentions optional linking. Every sentence contributes essential information.

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 there is no output schema and the operation is simple (deprecation with side effect of hiding from recall), the description covers the main behavioral outcome. It could be slightly stronger by explicitly stating the reversal or persistence of the chunk, but it is sufficient for a straightforward tool.

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 description coverage is 100%, so the schema already provides baseline meaning for each parameter. The description adds value by explaining the purpose of 'superseded_by' ('link to replacement chunk for traceability') and indicating that 'deprecated_at' defaults to now. This contextualizes the optional parameters beyond the 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 action ('deprecate'), the resource ('long-term memory chunk in demo.marsvault_chunks'), and distinguishes it from deletion by explaining it flags the chunk instead. This fully differentiates it from sibling tools like soft_forget or delete operations.

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 explicit context for when to use this tool ('when information becomes incorrect, irrelevant, or is replaced by newer knowledge') and explains the core behavioral difference (not deleted, flagged). It lacks explicit 'when not to use' or alternative tool names, but the guidance is clear and actionable.

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/Marsmanleo/MarsNMe'

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