workflow_run
Run a sequence of browser automation steps in order, with per-step logs. Resume from a failed step using start_at to skip already completed actions.
Instructions
Run a list of tool calls in sequence — any tool this server exposes, by name — and return a per-step log. Resumable: a failed run tells you the index, and start_at skips the steps that already succeeded. Each step is {"tool":"navigate","args":{"url":"…"},"label":"optional"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Steps to execute in order. | |
| start_at | No | Skip the first N steps (resume after a failure). | |
| stop_on_error | No |