update_memory
Partially update a project memory by changing only specified fields. Provide the project UUID and memory UUID to modify title, content, tags, category, pinned status, or workspace-wide visibility.
Instructions
Update a memory. Only provided fields are changed (partial update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Updated tags (replaces existing tags) | |
| title | No | Updated title | |
| source | No | Updated source identifier | |
| content | No | Updated content (plain text) | |
| category | No | Updated category | |
| is_pinned | No | Updated pinned status | |
| memory_uuid | Yes | UUID of the memory to update | |
| project_uuid | Yes | UUID of the project | |
| is_workspace_wide | No | Updated workspace-wide visibility |