memory_store
Save preferences, facts, and decisions to persistent long-term memory for AI agents. Use for notable information that must be recalled across sessions.
Instructions
Save important information in long-term memory. Use for preferences, facts, decisions, and other notable information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Information to remember | |
| scope | No | Memory scope (optional, defaults to default scope) | |
| topic | No | Topic label for grouping related memories (e.g. "remotion", "invoice"). Auto-inferred from similar memories if omitted. | |
| category | No | Memory category | |
| importance | No | Importance score 0-1 (default: 0.7) | |
| lesson_rule | No | For category="lesson": the derived rule to follow (e.g. "check for syntax errors before assuming cache issues") | |
| lesson_trigger | No | For category="lesson": what situation triggers this lesson (e.g. "when editing CSS layout") | |
| lesson_principle | No | For category="lesson": the universal principle (e.g. "verify assumptions with evidence before acting") |