recipes_scale
Scale a recipe for different serving sizes. Returns the original ingredients with a scaling multiplier to adjust quantities. TRIGGERS:
'scale recipe X for 8 people', 'double the recipe for X'
'halve the recipe', 'adjust servings for X'
'how much for X servings', 'recipe for a crowd'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipeSlug | Yes | Recipe slug to scale (e.g. 'chicken-pho') | |
| targetServings | Yes | Desired number of servings (1-100) |