remember
Save facts, code patterns, or discussion notes with content and optional tags or categories to create a searchable persistent memory. Returns the memory ID for retrieval.
Instructions
Store a new memory. Returns the memory ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization | |
| content | Yes | The content to remember | |
| category | No | Subcategory within type (e.g., 'decision', 'architecture', 'import', 'command', 'api', 'config'). Helps organize memories. | |
| session_id | No | Session ID for conversation provenance tracking | |
| memory_type | No | Type: 'project' (project facts), 'pattern' (code patterns), 'reference' (docs), 'conversation' (discussion facts), 'episodic' (session-bound short-term context) | project |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||