store_memory
Persist key information from your current work as searchable, tagged memories for retrieval in future sessions.
Instructions
Store knowledge in the Brain for future sessions.
Args: content: The information to remember (markdown supported). title: Short descriptive title for this memory. project: Project name (use 'global' for cross-project knowledge). tags: Keywords for easier retrieval (e.g. ["python", "fastapi", "auth"]). category: One of: architecture, bugfix, config, pattern, context, reference, note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| content | Yes | ||
| project | No | global | |
| category | No | note |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |