memory_save
Persist facts, guardrails, and notes across sessions to retain context and decisions. Use typed entries with optional tags and expiration.
Instructions
Persist a fact, guardrail, or note across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| why | No | ||
| tags | No | ||
| type | Yes | ||
| facts | No | Optional atomic facts (JSON array or bullet list). | |
| title | Yes | ||
| symbol | No | ||
| content | Yes | ||
| context | No | ||
| project | No | Project name/path (default: active). | |
| concepts | No | Optional conceptual tags (JSON array or comma list). | |
| ttl_days | No | ||
| file_path | No | ||
| is_global | No | ||
| narrative | No | Optional free-form narrative explaining the obs in prose. | |
| importance | No | 1-10 | |
| session_id | No | ||
| how_to_apply | No |