set_recipe_ingredients
Replace a recipe's ingredient list with a new set of ingredient lines, stored verbatim for later parsing into structured data for shopping list integration.
Instructions
Replace a recipe's ingredient list with the given lines.
ingredients_json is a JSON array of strings, one per ingredient
(e.g. ["1 cup flour", "2 eggs"]). Each string is stored verbatim;
the user can re-parse to structured quantity/unit/food in the
Mealie UI afterward to enable shopping-list integration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| ingredients_json | Yes |