mfp_set_goals
Update daily nutrition goals for calories, protein, carbs, and fat by specifying only the values to change; others remain unchanged, and get confirmation of new targets.
Instructions
Update daily nutrition goals (calories, protein, carbs, fat).
Sets new daily targets for the specified nutrients. Only updates the values that are provided; others remain unchanged.
Args: params: SetGoalsInput containing: - calories (int, optional): Daily calorie goal - protein (int, optional): Daily protein goal in grams - carbohydrates (int, optional): Daily carb goal in grams - fat (int, optional): Daily fat goal in grams
Returns: str: Confirmation message with updated goals
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |