Composite workflows let you chain multiple MCP tools into a single, reusable pipeline defined in plain YAML. Each workflow is a directed acyclic graph (DAG) of steps -- the engine resolves dependencies automatically, runs independent steps in parallel, and exposes the whole pipeline as one tool in list_tools.
What you'll find here
- Overview -- Full workflow documentation including YAML reference, DAG engine details, and examples.