Get the food diary for a specific date including all meals and their nutritional information.
Returns meals (Breakfast, Lunch, Dinner, Snacks) with each food entry's name,
quantity, and complete nutrition breakdown (calories, protein, carbs, fat, etc.).
Also includes daily totals and goals.
Args:
params: GetDiaryInput containing:
- date (str, optional): Date in YYYY-MM-DD format, defaults to today
- response_format (str): 'markdown' or 'json'
Returns:
str: Formatted diary data with meals, entries, nutrition, and goals