read_capture
Read a PreCompact capture to recover context lost during mid-session compaction. Choose from summary, structured, or raw modes to match your need.
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). 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 |