bulk_create_subrecipes
Flag many recipes as subrecipes in one operation. Default dry-run preview; execute with dry_run:false and confirm:true for per-recipe success reports including new ingredient IDs.
Instructions
Flag many recipes as subrecipes, sequentially. Defaults to dry_run:true — returns the plan without touching anything. Set dry_run:false AND confirm:true to execute. Returns a per-recipe success/failure report including the new ingredient_ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to execute. | |
| dry_run | No | Default true. | |
| delay_ms | No | Pause between calls (default 400). | |
| recipe_ids | Yes | Recipe IDs to flag. |