add_recipe_to_shopping_list
Add all ingredients from a recipe to a shopping list, optionally scaling amounts for extra servings.
Instructions
Add all ingredients from a recipe to a shopping list. Optionally specify quantity for multiple servings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipeId | Yes | ID of the recipe to add ingredients from | |
| recipeQuantity | No | Number of servings/portions to add (default: 1) | |
| shoppingListId | Yes | ID of the shopping list |