memory.store
Store content permanently with optional tags, expiry, and project scope to preserve important information for future retrieval.
Instructions
Store long-term memory. Stores content exactly as provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| scope | No | ||
| content | Yes | ||
| expires_at | No | ISO 8601 expiry timestamp. Memory auto-expires after this time. | |
| project_id | No | Project identifier (auto-detected from project_root if not provided) | |
| project_root | No | Project root directory (required for auto-detection if project_id not provided) |