Update Memory
update_memoryModify memory visibility settings or adjust importance scores to control access and decay rates within team memory systems.
Instructions
Update a memory's visibility (private/team) or importance. Use when a user wants to make a memory private, share it with the team, or change its importance. Find the memory ID via search_memories or list_memories first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The memory ID to update | |
| visibility | No | Change who can see this memory. 'private' = only this user. 'team' = all team members. | |
| importance | No | Change importance score (0-1). Higher = slower decay. |