computer_batch
Execute a sequence of desktop GUI actions—click, type, wait, screenshot—in one batch request, returning each step's results in order. Reduces round trips for multi-step tasks.
Instructions
Run several steps in one round trip, e.g. click a field, type, press Return, wait, screenshot. Returns every step's text and any images, in order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | Steps run in order, stopping at the first error. Each is {name, input} where name is computer|read_screen|find|form_input|ocr|wait_for|clipboard|open_app and input is exactly that tool's arguments. |