memory_store
Store new memories to retain novel insights, decisions, and debugging solutions across sessions. Automatically rejects near-duplicates to avoid clutter.
Instructions
Store a new memory. Call this whenever you learn something worth remembering across sessions -- novel insights, decisions, findings, patterns, or debugging solutions. Title (max 150 chars) must be a complete, descriptive thought, not a label. Another instance of you should judge relevance from the title alone. Content max 1500 chars; split larger ideas into multiple memories. Source: manual, conversation, or auto.
Rejects near-duplicates by default (threshold adjustable via claude-crowed threshold CLI).
Set force=True to skip the duplicate check entirely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| title | Yes | ||
| source | No | manual | |
| content | Yes |