sassy_memory_remember
Save structured memories that persist across sessions using key-value pairs, tags, priority levels, and project context. Ensure important information is never lost between conversations.
Instructions
Store a memory that persists across sessions.
key: unique identifier (use naming convention: task_state, pattern, blocker, decision) value: the memory content (what happened, what was learned, current state) tags: comma-separated (e.g. "task-active,tls,security") priority: critical | high | normal | low project: project name (e.g. "sassymcp", "sassy-browser")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| tags | No | ||
| value | Yes | ||
| project | No | ||
| priority | No | normal |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |