read_capture
Restore context lost during compaction by reading a capture by ID. Choose summary, structured, or raw mode to match detail to token cost.
Instructions
Read a PreCompact capture by ID. Use this to recover context that was lost during mid-session compaction. Three modes control token cost: 'summary' (one paragraph, cheap), 'structured' (decisions/loops/warnings, moderate), 'raw' (full transcript excerpt, expensive — only when summary or structured is insufficient). Workflow: read recovered captures before relying on the latest checkpoint; start with the lightest mode that answers your question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Capture ID from list_captures (e.g., 'precompact-abc123-001') | |
| mode | No | Reading mode. 'summary': one-paragraph overview. 'structured': decisions, open loops, warnings, context shifts. 'raw': full transcript excerpt. | structured |