update_or_move_memories
Correct or reorganize saved memories by editing text or bucket for a single memory, or moving multiple memories to another bucket.
Instructions
Edit a single memory's text or bucket, or move multiple memories to a different bucket.
WHEN TO USE: When the user wants to correct, update, or reorganize their saved memories.
Single memory: provide memoryId with optional text and/or bucketId/bucketName. Bulk move: provide memoryIds array with bucketId or bucketName.
Bucket can be specified by ID (number) or name (string). If a name is given and no bucket exists with that name, one is created automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | New text content (single memory only) | |
| bucketId | No | Target bucket ID | |
| memoryId | No | Encoded memory ID for single edit/move | |
| memoryIds | No | Array of encoded memory IDs for bulk move (max 100) | |
| bucketName | No | Target bucket name (auto-creates if missing) |