parse_recipe_ingredients
Convert free-text recipe ingredients into structured quantity, unit, and food fields by parsing each ingredient, creating missing records, and saving updates to the recipe.
Instructions
Re-parse all ingredients for an existing recipe so each has proper quantity, unit, and food fields instead of free-text notes. Fetches the recipe, sends each ingredient note through the Mealie ingredient parser, creates any missing unit/food records, and saves the structured ingredients back to the recipe. Use this after importing a recipe from a URL whose ingredients came in as plain text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Recipe slug whose ingredients should be parsed and structured |