Skip to main content
Glama
Rajwantmishra

agent-logbook

supersede

Replace an outdated memory with updated content while preserving the original for historical context. Use when facts or decisions change.

Instructions

Replace an outdated memory with an updated one. The old memory is kept in the chain for history (never deleted). Use this when a decision or fact has changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
old_idYes
new_contentYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must disclose behaviors. It states the old memory is retained (non-destructive), but does not detail permissions, reversibility, or side effects beyond that. Adequate but not comprehensive.

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?

Two concise sentences with no redundant information. The key points (replace, keep old, when to use) are front-loaded. Every sentence 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?

Given the tool has an output schema (not shown), the description need not detail returns. The simple replace operation is adequately described for an agent to understand its core behavior, though parameter semantics could be improved.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 2 parameters with 0% description coverage. The description implies 'old_id' identifies an outdated memory and 'new_content' provides updated content, but does not explain how IDs are resolved or the expected format of new_content. Minimal added value beyond schema names.

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 (replace), the resource (memory), and the key behavior (old memory kept for history). It distinguishes from siblings like 'remember' and 'recall' by specifying memory supersedure.

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 explicit guidance on when to use: 'when a decision or fact has changed'. It also clarifies that the old memory is never deleted, preventing misuse. No explicit when-not-to-use, but the positive guidance is 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/Rajwantmishra/agent-logbook'

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