Batch Commands
mobile_batch_commandsRun multiple mobile actions sequentially in a single call to automate form filling and multi-step flows, minimizing round-trips. Device applies globally unless overridden per step.
Instructions
Run multiple tools in sequence in a single call, e.g. click, type, click, type. Use this to fill forms or perform multi-step flows without round-trips. The device argument is applied to every step unless a step provides its own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Tools to run, in order | |
| device | Yes | The device identifier to use. Use mobile_list_available_devices to find which devices are available to you. | |
| stopOnError | No | Stop at the first failing step. Defaults to true | |
| listElementsAtEnd | No | Run mobile_list_elements_on_screen after the last step and include its result. Defaults to false |