get_daily_nutrition
Retrieve daily totals for calories, protein, carbs, fat, and fiber over a custom date range to analyze nutrition trends.
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 |
|---|---|---|---|
| start_date | No | ||
| end_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |