get_daily_nutrition
Retrieve daily calorie, protein, carb, fat, and fiber totals for any date range to analyze nutrition trends and get quick daily overviews.
Instructions
Get daily nutrition summary with macro totals per day.
Returns calorie, protein, carb, fat, and fiber totals for each day. Use this for quick daily overviews and trend analysis.
Args: start_date: Start date as YYYY-MM-DD (defaults to 7 days ago). end_date: End date as YYYY-MM-DD (defaults to today).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |