store_memory
Store facts, preferences, and project details as long-term memories with auto-tagging and importance scoring for efficient retrieval.
Instructions
Store a new memory — fact, preference, project detail, note, or any information worth remembering. Tags and importance are auto-detected from content if not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Unique snake_case identifier (e.g. "user_name", "preferred_language", "project_deadline") | |
| content | Yes | The memory content — be descriptive and specific for better retrieval | |
| tags | No | Categorization tags (auto-detected if omitted) | |
| importance | No | Importance score 1-10 — higher = retrieved first (auto-scored if omitted) |