store_memory
Store preferences, decisions, and project details in persistent memory for future AI conversations. Organize with buckets for easy recall.
Instructions
Save information to the user's MemoryPlugin account. MemoryPlugin lets users build persistent memory across AI conversations.
WHEN TO USE: Proactively save anything that might be useful for future context - preferences, decisions, project details, personal info, insights, or anything the user might want recalled later. Err on the side of saving. Ask the user which bucket to save to if unclear.
Buckets are organizational folders (e.g., 'Work', 'Personal', 'Health').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The memory text to store | |
| bucketId | No | Optional bucket ID to store the memory in |