store_memory
Store durable memories that survive window restarts by capturing user preferences, identity facts, project entities, and reusable patterns for persistent access across AI sessions.
Instructions
Store a durable memory when the user shares a stable preference, identity fact, project entity, reusable pattern, or solved case that should survive future windows. Do not use this for transient task state; use it only for memory worth keeping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Memory text to store | |
| category | No | Durable memory category | events |
| importance | No | Importance score from 0 to 1 | |
| scope | Yes | Required scope such as project:recallnest or session:abc123 | |
| source | No | How this memory was captured | manual |
| tags | No | Optional tags | |
| canonicalKey | No | Optional stable key for merge/update semantics |