generate_recipe
Generate a custom recipe from a natural language description, adapting to dietary restrictions, allergies, and nutritional targets like calories and protein.
Instructions
Generate a new recipe based on natural language instructions and dietary preferences
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Natural language description of the desired recipe | |
| protein | No | Target protein in grams per serving (e.g., '30') | |
| calories | No | Target calories per serving (e.g., '500') | |
| dislikes | No | Foods the user doesn't like | |
| servings | No | Number of servings (1-20, default: 4) | |
| allergies | No | Ingredients to avoid due to allergies | |
| dietaryRestrictions | No | Dietary restrictions (e.g., vegetarian, vegan, gluten-free) |