mfp_get_goals
Retrieve daily nutrition goals for calories, protein, carbs, and fat. Specify a date to view targets for any day, with markdown or JSON output.
Instructions
Get the user's daily nutrition goals (calories, protein, carbs, fat, etc.).
Returns the configured daily targets for all tracked nutrients.
Args: params: GetGoalsInput containing: - date (str, optional): Date in YYYY-MM-DD format, defaults to today - response_format (str): 'markdown' or 'json'
Returns: str: Daily nutrition goals and targets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |