add_repeat_item
Schedule recurring food entries to automatically log meals on specific days, simplifying nutrition tracking in Cronometer.
Instructions
Add a recurring food entry that auto-logs on selected days.
Quantity is in default servings for the food (e.g., for coffee where the default serving is 1 cup, quantity=12 means 12 cups).
Use search_foods to find food_id and food_source_id.
Args: food_id: Numeric food ID from search_foods results. food_source_id: Food source ID from search_foods results. quantity: Number of default servings. food_name: Display name for the food. diary_group: Meal slot — "Breakfast", "Lunch", "Dinner", or "Snacks". days_of_week: Comma-separated day numbers (0=Sun, 1=Mon, ..., 6=Sat), or "all" for every day (default), or "weekdays", or "weekends".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| food_id | Yes | ||
| food_source_id | Yes | ||
| quantity | Yes | ||
| food_name | Yes | ||
| diary_group | No | Breakfast | |
| days_of_week | No | all |