rememb_write
Save new memory entries to persist important information across sessions. Uses semantic duplicate blocking to prevent duplicates globally or within a section.
Instructions
Save a new memory entry. Creates a new entry and returns its ID — does not overwrite existing entries. Use when you learn something new worth remembering across sessions. Use rememb_edit instead to update an existing entry by ID. semantic_scope controls whether semantic duplicate blocking checks globally or only inside the target section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags to categorize this entry | |
| content | Yes | Content to remember (1-3 sentences) | |
| section | No | Section: project, actions, systems, requests, user, context | context |
| semantic_scope | No | Semantic duplicate guard scope: global (all sections) or section (target section only) | global |