Live: status
live_statusReport live-session status: enabled, connected, active transport, available transports. Verify session readiness before using live tools.
Instructions
Report live-session state: enabled, connected, active transport, available transports.
When to use: checking whether a session is live before issuing live tools. For per-host
transport detail use check_live_support.
Key params: none. Never raises — reports "not connected" / "none available" cleanly.
Return shape: LiveSession — enabled, connected, active transport, available transports.
Example: live_status()
Risk class: low (read-only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Clean human-readable status notes. | |
| enabled | Yes | Whether live mode is permitted (master gate, X1). | |
| connected | Yes | Whether a live transport is currently attached. | |
| transport | No | Active transport name, if connected. | |
| connected_at | No | UTC ISO-8601 connect timestamp. | |
| active_document | No | Identity of the live document at connect time. | |
| available_transports | No | Transports reported available on this host right now. |