remember
Store new memories with context, tags, and importance scoring to retain information across conversations.
Instructions
Store a new memory with optional context and importance scoring
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization | |
| content | Yes | The memory content to store | |
| context | No | Additional context for the memory | |
| metadata | No | Additional metadata (can include arrays / nested objects) | |
| shortcuts | No | Quick-flag shortcuts like "--bug", "--high", "--assign @coder-001", "--blocked waiting on contract". Parsed server-side into structured tags + metadata. Call get_guide({ topic: "concepts/shortcuts" }) for the full flag list and semantics. | |
| importance | No | Importance score (0-1) |