memory_forget
Soft-delete a memory by its exact ID to exclude it from normal retrieval; not a secure erase. Use when a memory should no longer surface in prompts.
Instructions
Soft-delete a memory by exact ID so it no longer appears in normal retrieval; this is not secure erasure. Does not inherit the default project; optional filters must match or the tool returns not_found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by memory kind | |
| project | No | Filter by project scope (matches sessions.project) | |
| scope_id | No | Filter by a single sharing domain scope_id | |
| memory_id | Yes | Memory ID to forget | |
| trust_bias | No | ||
| visibility | No | ||
| personal_first | No | ||
| ownership_scope | No | ||
| exclude_actor_ids | No | ||
| exclude_scope_ids | No | Sharing domain scope_ids to exclude | |
| include_actor_ids | No | ||
| include_scope_ids | No | Sharing domain scope_ids to include | |
| exclude_visibility | No | ||
| include_visibility | No | ||
| exclude_trust_states | No | ||
| include_trust_states | No | ||
| exclude_workspace_ids | No | ||
| include_workspace_ids | No | ||
| widen_shared_when_weak | No | ||
| exclude_workspace_kinds | No | ||
| include_workspace_kinds | No | ||
| widen_shared_min_personal_score | No | ||
| widen_shared_min_personal_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes |