memory_store
Save key information, preferences, or context to persistent memory for retrieval in future conversations.
Instructions
Save a note, preference, or piece of context to persistent memory so it can be recalled in future conversations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | A unique, descriptive identifier for this memory (e.g., "user_project_goals", "react_preferences"). Keep it snake_case. | |
| content | Yes | The detailed content you want to remember. |