get_events
Recall past conversation events by retrieving the sequential record of messages, tool calls, and results from any session.
Instructions
Retrieve events from the current or a previous session. Returns the raw episodic record — messages, tool calls, tool results, and artifacts in sequence order. Use this to recall what happened earlier in a conversation (especially after context compaction), or to review a previous session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum events to return (default 50). | |
| session_id | No | Session to query (matches MCP or client session ID). Omit for the current session. | |
| after_sequence | No | Only return events after this sequence number (for pagination). |