pipeline
Run a sequence of tool invocations, feeding each step's output directly into the next step's parameters. Automate multi-step workflows with a single call.
Instructions
Run a sequence of tool invocations. Each step: { tool, params }.
Output of step N is available as $prev inside step N+1's params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||