Monitor a Jules session with progress
jules_monitor_sessionMonitor a session's progress, receiving notifications until it completes or fails, then get the final state and outputs.
Instructions
Polls a Jules session until it reaches a terminal state (COMPLETED or FAILED), sending MCP progress notifications with the latest activity. Returns the final session state and outputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The Jules session ID to monitor | |
| poll_interval_seconds | No | Polling interval in seconds (default: 60, max: 300) |