create_recipe
Create structured recipes in Tandoor by providing name, steps with instructions and ingredients, plus optional details like servings and keywords.
Instructions
Create recipe. Required: name, steps[{instruction, ingredients[{food, amount, unit?}]}]. Optional: description, servings, working_time, waiting_time, keywords[]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| servings | No | ||
| servings_text | No | ||
| working_time | No | ||
| waiting_time | No | ||
| source_url | No | ||
| keywords | No | ||
| steps | Yes | ||
| internal | No | ||
| show_ingredient_overview | No | ||
| private | No |