remember
Store text content as a memory with semantic embeddings for later recall. Use tags, project scope, and importance to organize and retrieve information across sessions.
Instructions
Store a memory for later recall. Content is embedded for semantic search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags for filtering (e.g. ["architecture", "decision"]). | |
| source | No | Optional note about where this memory came from. | |
| content | Yes | The text content to remember. | |
| project | No | Project scope for this memory (default: "global"). | |
| importance | No | Priority 1-5, where 5 is most important (default: 3). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |