oc_journal
Query tool call journal to review session history, restore context, or audit past tool calls. Supports summary, recent, and handoff_summary actions.
Instructions
Query the tool call journal. Actions: "summary" (milestone overview), "recent" (last N entries), "handoff_summary" (compact JSON resume handoff). When to use: Reviewing session history, restoring context, or auditing past tool calls. When NOT to use: Use read_page or inspect to check the current live page state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Query type | |
| count | No | (recent) Number of entries to return. Default: 20, max: 100 | |
| tool | No | Filter by tool name | |
| sessionId | No | (handoff_summary) Limit journal evidence to one session id | |
| checkpointId | No | (handoff_summary) Source checkpoint id. Only "current" is backed by the existing checkpoint store. | |
| includeCheckpoint | No | (handoff_summary) Include the current checkpoint file when available. Default: true | |
| since | No | ISO timestamp or relative ("1h", "30m") |