Memory & Sync
updateMemory
Update Memory
Update an existing Memory's body and/or keymap tags.
Arguments
appendstringoptionalMarkdown added to the END of the current body, after a blank line. Use this to add a line without re-sending the body you read: the merge happens against the stored body at write time, so a concurrent edit is kept, not clobbered. Mutually…bodystringoptionalNew markdown body. Replaces the current body: to add to it instead, pass `append`.memoryIdstringrequiredThe memory's page ID.tagsstring[]optionalNew keymap tag set: replaces existing tags. Keymap tags: user, feedback, project, reference, dont-say, always-do, tone, preference, decision. Plain strings, no leading #. User-minted tags are allowed too.
Returns
The registry does not declare a return shape.
Ask for it
The Cloud routes these requests to this verb.
- update that memory
- that's changed now
- revise what you remember about X
Pair it with
The verbs that finish the job.