save_memory
Store facts, preferences, or information to your permanent memory with optional category tags for organized retrieval.
Instructions
Save a new fact, preference, or piece of information to the user's permanent memory. MUST call this tool when user says 'remember this', 'save this', or explicitly says 'call tool save_memory'. Do not reply with a normal answer before attempting the tool call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fact | Yes | The content to remember (e.g. 'User prefers Python', 'Project Alpha deadline is Dec 25'). | |
| category | No | A category tag for organization (e.g. 'coding_style', 'personal_info', 'work'). Defaults to 'general'. |