remind_message
Retrieve the full content of a past message and surrounding turns to view complete context beyond a truncated snippet.
Instructions
Fetch the full text of a specific past message, plus optional surrounding turns. Returns up to ~10 KB; the matched message is flagged with isFocus: true inside the returned window.
When to use: only after remind_search returns a messageUuid whose snippet looks promising but is truncated. Don't call this for every search hit — pick the one or two most relevant first. If you want a structural overview of the whole session (tools, files, errors), call remind_session instead.
To read the entire session, omit messageUuid (capped at 50 messages).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Full or prefix of the session UUID. | |
| messageUuid | No | Optional. If provided, returns this message plus context window. If omitted, returns all indexed messages of the session (capped at 50). | |
| contextBefore | No | Messages before the focus message. | |
| contextAfter | No | Messages after the focus message. |