add_memory
Store new facts, preferences, and decisions in persistent memory, adding optional categories and tags to make future retrieval easier.
Instructions
Store NEW information. Use for preferences, decisions, facts.
ACTION GUIDE — when to use:
Use when saving new information for the first time. Example: content='User prefers dark mode', category='preference', tags=['ui']
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| content | Yes | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||