Skip to main content
Glama

memory_forget

Mark a memory as forgotten while retaining it for audit. Records a signed receipt of the forget operation.

Instructions

Forget a specific observation or an entire entity. This is a soft delete — the memory is marked as forgotten but retained for audit purposes. The forget operation itself is recorded as a signed receipt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idNoEntity to forget entirely (all its observations)
observation_idNoSpecific observation to forget
reasonNoWhy this memory is being forgotten
Behavior3/5

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

Discloses soft delete behavior and signed receipt recording, but lacks details on required permissions, reversibility, or side effects on related data.

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 sentences, front-loaded with the main action, no redundant information. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose and soft delete, but missing explanation of return value (signed receipt format) and whether forgetting an entity cascades to its observations.

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 covers all parameters with descriptions; the tool description implies that one of entity_id or observation_id is needed but doesn't explicitly state requirement. Adds minimal beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (forget) and resource (specific observation or entire entity), but does not explicitly differentiate from sibling tools like memory_audit or memory_recall.

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?

No guidance on when to use this tool versus alternatives like memory_observe or memory_audit; no context on prerequisites or typical 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/webaesbyamin/agent-receipts'

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