Save Memory
memory_saveSave a fact or note under a unique key to recall in future sessions. Overwrites existing keys and supports optional tags for filtering.
Instructions
Persist a fact/note under a key so you can recall it in future turns or sessions. Overwrites an existing key.
Args:
key (string): Short unique identifier, e.g. "user_timezone".
value (string): The information to remember.
tags (string): Optional comma-separated tags for later filtering.
Example: { "key": "user_name", "value": "Sergio", "tags": "profile" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Unique key | |
| value | Yes | Value to remember | |
| tags | No | Optional comma-separated tags |