snapshot
Read terminal output history with compact lines, advancing the MCP cursor for incremental tracking.
Instructions
Read terminal output. Defaults to incremental compact lines and advances the MCP cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Read recent history from the beginning of retained history instead of the saved MCP cursor. | |
| peek | No | Read without advancing the saved MCP cursor. | |
| after | No | Explicit seq cursor to read after. | |
| limit | No | Line limit by default, or event limit when events=true. | |
| events | No | Return raw event chunks instead of compact lines. | |
| no_compact | No | Disable carriage-return progress compaction. | |
| event_limit | No | Maximum raw events to inspect when building compact lines. |