store_memory
Persist important facts, decisions, and project context across sessions. Memories are embedded locally, so you can retrieve them later by meaning, not just exact word matches.
Instructions
Save something worth remembering across sessions.
Store durable facts, decisions, preferences, and project context — not transient chatter. The text is embedded locally so it can be found later by meaning, not just exact words.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional labels for filtering, e.g. ["project-x", "preference"]. | |
| source | No | Optional origin of the memory, e.g. "conversation" or a file path. | |
| content | Yes | The memory itself, written so it makes sense on its own later. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||