batch
Execute multiple device commands in a single request, reducing round-trip overhead. Specify steps with structured inputs and set a failure stop policy.
Instructions
Execute multiple commands in one daemon request Times out after 90s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out | No | Optional output path for command artifacts. | |
| udid | No | iOS device UDID selector. | |
| debug | No | Enable debug diagnostics. | |
| runId | No | Lease run identifier. | |
| steps | Yes | Structured batch steps. Each step uses a command name and the same input object as that command tool. | |
| device | No | Device name selector. | |
| serial | No | Android device or Vega VVD serial selector. | |
| target | No | Alias for deviceTarget on commands without a UI target field. Interaction commands reserve target for the UI element. | |
| tenant | No | Remote tenant identifier. | |
| leaseId | No | Existing lease identifier. | |
| onError | No | Batch failure policy. | |
| session | No | Agent-device session name. | |
| maxSteps | No | Maximum number of steps accepted for this batch. | |
| platform | No | Platform selector used to resolve a device. | |
| includeCost | No | Include per-command agent-cost (cost.wallClockMs, …) in structuredContent. Defaults to off; the default response shape is unchanged. | |
| deviceTarget | No | Device target form. Maps to the CLI --target flag. | |
| responseLevel | No | Response verbosity: token-cheap digest / default (today) / full. Defaults to default; the default response shape is unchanged. | |
| mcpOutputFormat | No | MCP text content format. Defaults to optimized agent-friendly text; use json for JSON text. Structured content is always returned separately. | |
| androidDeviceAllowlist | No | Android serial allowlist used for device resolution. |