workflow_orchestrator
Manage and execute multi-step workflows across MCP servers, handling dependencies, retries, and errors.
Instructions
Execute complex multi-server workflows across the MCP ecosystem with dependency management and error handling
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name for the workflow | |
| steps | Yes | Array of workflow steps to execute | |
| timeout | No | Maximum execution time in milliseconds | |
| failFast | No | Whether to stop execution on first failure | |
| variables | No | Global variables available to all steps | |
| workflowId | Yes | Unique identifier for the workflow | |
| description | No | Description of what this workflow does |