Recall notes
recallRetrieve saved workspace notes from previous sessions, newest first. Filter by free-text query or tag to recover context at the start of a new session.
Instructions
Read the persistent notes saved with remember for this workspace, newest first. Call it at the start of a session together with work_log to recover context from previous chats. Filter by free-text query (case-insensitive substring) and/or tag. This tool is read-only; use work_log for the automatic activity journal instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Tag to filter by (case-insensitive, exact match). | |
| limit | No | Maximum notes to return, newest first. Defaults to 20 and is capped at 100. | |
| query | No | Case-insensitive substring matched against the note text. | |
| workspace | No | Workspace name (see workspace_list). Defaults to the primary workspace. |