create_macro_template
Create custom macro nutrient templates in Cronometer to set protein, fat, carbs, and calorie targets for consistent nutrition tracking.
Instructions
Create a new saved macro target template in Cronometer.
Optionally assigns it to all days of the week as the recurring default.
Args: template_name: Name for the new template (e.g. "Retatrutide GI-Optimized"). protein_grams: Protein target in grams. fat_grams: Fat target in grams. carbs_grams: Net carbs target in grams. calories: Calorie target in kcal. assign_to_all_days: If True, also set this as the recurring weekly schedule for all 7 days (default False).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_name | Yes | ||
| protein_grams | Yes | ||
| fat_grams | Yes | ||
| carbs_grams | Yes | ||
| calories | Yes | ||
| assign_to_all_days | No |