weekplan_edit_recipe
Update an existing recipe by its id, changing only the fields you provide. Use it to rename, translate, swap ingredients, or replace cooking steps in WeekPlan.
Instructions
Edit an existing recipe by its id. All fields are optional — only the fields you provide will be updated. Use this to rename a recipe, translate it, change steps, or replace ingredients. Always use Dutch for the name, ingredient names, and steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Recipe id to edit (slug, e.g. 'chicken-soup') | |
| name | No | New recipe name | |
| steps | No | Replacement cooking steps (replaces all existing steps) | |
| ingredients | No | Replacement ingredients list (replaces all existing ingredients) |