upload_custom_recipe
Upload a custom recipe to your Cookidoo account by passing validated recipe JSON, with an optional dry-run mode to preview the recipe before creating it.
Instructions
Upload a custom recipe to your Cookidoo account.
This tool creates a brand new recipe from scratch on your Cookidoo account. Use 'generate_recipe_structure' first to validate your recipe data, then pass the resulting JSON to this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Validate and preview the complete new recipe without creating it in Cookidoo. | |
| recipe_json | Yes | The validated recipe JSON from generate_recipe_structure |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |