generate_recipe_structure
Formats and validates recipe details like ingredients, steps, and timing into a JSON structure ready for upload to Cookidoo, ensuring fields meet platform requirements for a smooth publishing process.
Instructions
Generate and validate a recipe structure ready for upload to Cookidoo.
This tool helps you structure your recipe data properly before uploading. It validates all fields and returns a JSON structure that can be used with the upload_custom_recipe tool.
Always put weighing/adding ingredients in one step and the subsequent chopping, mixing, cooking, or kneading action in a separate step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Recipe name (required) | |
| hints | No | Optional cooking tips, one per line or comma-separated | |
| steps | Yes | Cooking steps, one per line or numbered. Ingredient additions and machine actions must be on separate lines. | |
| servings | No | Number of servings (default: 4, range: 1-20) | |
| prep_time | No | Preparation time in minutes (default: 30) | |
| total_time | No | Total cooking time in minutes (default: 60) | |
| ingredients | Yes | Ingredients list, one per line or comma-separated |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |