Remember note
rememberSave a short persistent note to your workspace for future recall. Use it to record what changed, next steps, or decisions after finishing work.
Instructions
Save a short persistent note for this workspace so any future chat can recover it with recall. Use it after finishing a chunk of work: record what changed, what should happen next, or a decision that must survive the conversation. Notes are append-only JSONL stored under /.workspace-mcp/ and are never edited or deleted by this tool. Keep each note short and self-contained; use tags for later filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional short tags for recall filtering, for example ["todo", "phase-2"]. | |
| text | Yes | Note text. One short, self-contained sentence or paragraph. | |
| workspace | No | Workspace name (see workspace_list). Defaults to the primary workspace. |