nutrition_daily_plan
Build a single-day meal plan optimized for specific calorie and macro goals. Returns breakfast, lunch, dinner, and optional snack with combined nutrition totals hitting your targets. TRIGGERS:
'meal plan for 2000 calories', 'build me a 1500 calorie day'
'high protein meal plan', 'plan my meals for 150g protein'
'keto meal plan for today', 'low carb day plan'
'bodybuilding meal plan', 'cut diet plan', 'bulking meals'
'plan meals to hit my macros'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cuisine | No | Preferred cuisine style (e.g. 'mediterranean', 'asian') | |
| maxCarbs | No | Maximum daily carbs in grams (e.g. 50 for keto, 150 for low-carb) | |
| minProtein | No | Minimum daily protein target in grams (e.g. 120 for athletic, 150 for bodybuilding) | |
| targetCalories | No | Target total daily calories (800-5000, default 2000) |