Create recipe
create_recipeAdd a new recipe manually by specifying name, ingredients, instructions, and optional fields like cook time and tags. Use import_recipe_from_url for automatic import from websites.
Instructions
Creates a recipe from the given fields. To add one from a website use import_recipe_from_url instead — it fills in far more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Recipe name. Mealie derives the slug from it and rejects a duplicate. | |
| tags | No | Tag names. They replace the existing tags; unknown names are created. | |
| notes | No | ||
| servings | No | ||
| cook_time | No | ||
| prep_time | No | ||
| categories | No | Category names. They replace the existing categories. | |
| source_url | No | Original source of the recipe, stored as orgURL | |
| total_time | No | ||
| description | No | ||
| ingredients | No | Ingredient lines as free text, e.g. "500 g quark". They replace the existing list. Use parse_ingredients first if structured food and unit references are wanted. | |
| instructions | No | Preparation steps, in order. They replace the existing list. | |
| recipe_yield | No |