Store Memory
store_memorySave new memories with descriptive tags, optional type, and importance level so AI assistants can retrieve them later through semantic search and knowledge graph connections.
Instructions
Store a new memory with tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | Yes | Tags to categorize the memory (1-100 tags, no whitespace, max 50 chars each) | |
| content | Yes | The content of the memory | |
| importance | No | Priority level 0-10 (0=lowest, 10=critical). Higher importance memories surface first in search. | |
| memory_type | No | Category: general, fact, plan, decision, reflection, lesson, error, gradient |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |