create_tandoor_recipe
Create a new recipe in Tandoor by providing its name, ingredient list, and step-by-step instructions.
Instructions
Create a new recipe in Tandoor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the recipe. | |
| servings | No | Optional number of servings. | |
| description | No | Optional description for the recipe. | |
| ingredients_block | Yes | A multi-line block of text listing ingredients, one per line (e.g., '1 cup flour\n2 eggs'). | |
| instructions_block | Yes | A multi-line block of text detailing the recipe instructions. |