rememb_write
Save new information as persistent memory entries for AI agents across sessions, organizing content into categorized sections with tags.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content to remember (1-3 sentences) | |
| section | No | Section: project, actions, systems, requests, user, context | context |
| tags | No | Tags to categorize this entry |