memo_rename
Rename a memory's title while preserving its body and tags. Use when content is correct but title is wrong; specify the memory id or target the most recent save.
Instructions
Rename one memory title without changing its body or tags.
Destructive metadata edit. Use after memo_save or memo_search when a
record has the right content but the wrong title. Pass id for a
specific memory; omit it only immediately after a save, when memo can
target the most recent local save. Use memo_update instead when you
need to edit content, type, or tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Id or unique prefix of the memory to rename; when omitted, targets the most recent save made on this device. | |
| title | Yes | New title for the memory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |