Snapshot tmux state (readonly)
tmux_readonly_stateRetrieve tmux sessions, windows, panes, and recent scrollback in read-only mode to safely inspect state without modifying current defaults.
Instructions
Readonly variant of tmux_state to retrieve sessions, windows, panes, and recent capture without modifying defaults.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | SSH host alias (optional). Uses default host if set. | |
| session | No | Session name (optional). Uses default session if set; required if none set. | |
| captureLines | No | How many lines of scrollback to include from the capture target (default 200). |