jules_create_and_wait
Create and monitor automated coding sessions for GitHub repositories by describing tasks and specifying target branches.
Instructions
Creates a Jules session AND waits for it to complete in a single operation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Task description | |
| repo | Yes | GitHub repository (owner/repo) | |
| branch | No | Starting branch (default: main) | |
| title | No | Optional session title | |
| automationMode | No | ||
| waitForCompletion | No | Whether to wait | |
| timeoutMs | No | Max wait time in ms | |
| requirePlanApproval | No |