mealie_parse_ingredients
Parse raw ingredient strings into structured data with quantity, unit, food, and note fields, ready for direct use in recipe updates.
Instructions
Parse ingredient lines via Mealie's ingredient parser.
Accepts a list of raw ingredient strings (e.g. '650 g Süßkartoffeln, in etwa 4 cm große Würfel geschnitten') and returns structured results with quantity, unit, food, and note fields.
The parsed results can be passed directly to
mealie_update_recipe_ingredients for updating existing recipes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ingredients | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||