nutrition_find_by_macros
Find recipes that match specific nutritional targets. Filter by max calories, minimum protein, max carbs, max fat — perfect for fitness goals, dieting, or health-conscious eating. TRIGGERS:
'high protein recipes', 'recipes under 400 calories'
'low carb meals', 'high fiber recipes'
'keto-friendly recipes by nutrition', 'recipes for muscle building'
'meals under 500 calories with at least 30g protein'
'find recipes for my diet', 'low calorie dinner options'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (1-20, default 10) | |
| maxFat | No | Maximum grams of fat per serving (e.g. 15 for low-fat) | |
| cuisine | No | Optional cuisine filter (e.g. 'italian', 'asian') | |
| maxCarbs | No | Maximum grams of carbs per serving (e.g. 20 for low-carb/keto) | |
| minFiber | No | Minimum grams of fiber per serving (e.g. 5 for high-fiber) | |
| minProtein | No | Minimum grams of protein per serving (e.g. 25 for high-protein) | |
| maxCaloriesPerServing | No | Maximum calories per serving (e.g. 400 for a light meal, 600 for a moderate meal) |