run_workflow
Chain multiple Metabase operations sequentially in a single call, referencing previous step results with variable syntax. Orchestrate complex queries without manual intervention.
Instructions
Execute a multi-step workflow pipeline in a single call. Steps run sequentially and can reference previous step results using "$stepName.path" syntax. Example: search for dashboards, then get details of the first result, then execute its cards — all in one call. Max 10 steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Ordered pipeline steps. Each step can reference results from previous steps. |