Skip to main content
Glama
jagoff

MEMO MCP Server

by jagoff

memo_supersede

Destructive

Close an outdated memory record when a successor takes over, terminating its validity interval at the successor's start time. Logs the reason for replacement.

Instructions

Close the old memory at the successor's validity start.

Only the old record is modified; the close time never precedes the old record's own validity start.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
new_idYesID of the successor memory; the old memory is closed at this record's validity start (or creation time). Errors if not found.
old_idYesID of the memory being superseded; its validity interval is closed. Must differ from new_id; errors if not found.
reasonYesWhy the successor replaces the old memory; logged as 'superseded by <new_id>: <reason>' in the update history.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare destructiveHint=true. The description adds valuable context: 'Only the old record is modified' clarifies the scope of destruction, and the constraint on close time prevents confusion. This goes beyond annotations without contradicting them.

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 extremely concise—two sentences, no filler, and perfectly front-loaded. Every word adds value.

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?

The description explains the core behavior and constraints. With an output schema present, return format is not needed. However, it omits details like the effect on the new record, side effects, or ordering requirements. Minor gap, but generally sufficient.

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?

Schema coverage is 100% with clear descriptions for all three parameters. The description does not add any additional parameter-level detail beyond what the schema provides. Baseline score of 3 is appropriate.

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 ('Close the old memory') and the specific condition ('at the successor's validity start'). It identifies the resource (memory) and implicitly distinguishes from other memo tools by describing a unique supersede operation. No ambiguity.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. It simply describes the operation without contextual hints about use cases.

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/jagoff/memo'

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