memory_append
Append markdown content to an existing named memory without changing its identifier. Use for updating memories while preserving their id.
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. |