Wait for Jules Session to Complete
jules_wait_for_sessionPoll a Jules session until it finishes, tracking progress and returning final state, summary, and PR details within a set wait limit to prevent timeouts.
Instructions
Wait/poll for a Jules session to complete. Automatically tracks progress, emits progress notifications, and returns a unified payload with final state, summary, and PR details upon resolution. Bounded by a wait limit to prevent timeouts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID to wait/poll for | |
| maxWaitSeconds | No | Maximum time to wait/poll in seconds (default: 60, max: 300) | |
| includeActivities | No | Number of recent activities to include in the output (default: 5) |