memory_append
Append markdown to an existing memory's body, preserving its id. Extend or update stored information without creating a new memory.
Instructions
Append markdown to an existing memory's body. The memory keeps its id. To create a new memory, use memory_write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | markdown to append (aliases: content, text) | |
| name | Yes | memory name | |
| project | No | project slug; defaults to the bound/ambient session's project, then global. Pass project=global to target a global memory. |