Forget XMemo memory
forgetPermanently delete a specific memory by indicating the target as 'latest', 'current', or an exact ID. Use this to remove unwanted or outdated memories.
Instructions
Permanently delete one memory by natural target ('latest', 'current', or an exact ID). Call this only when the user explicitly asks to forget/delete a specific memory; search or check activity first if the target is ambiguous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Deletion mode for forget_memory, such as soft_delete, hard_delete, or redact when supported. | soft |
| reason | No | Optional user-facing reason for the deletion. | |
| target | No | The memory to forget: current or an exact memory ID shown by search. | current |
| query_hint | No | Input value for the Forget tool. | |
| metadata_json | No | Optional JSON object string with extra metadata for the operation. | {} |
| replacement_content | No | Replacement text to store when redacting or replacing deleted memory content. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |