mfp_get_report
Get a nutrition report for any date range and metric to analyze daily intake trends and patterns. Returns daily values plus summary statistics.
Instructions
Get a nutrition report over a date range.
Returns daily values for the specified nutrient/metric over the date range. Useful for analyzing trends and patterns in nutrition intake.
Args: params: GetReportInput containing: - report_name (str): Report type (e.g., 'Net Calories', 'Protein') - start_date (str, optional): Start date, defaults to 7 days ago - end_date (str, optional): End date, defaults to today - response_format (str): 'markdown' or 'json'
Returns: str: Daily values and summary statistics for the report period
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |