> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fitsociety.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Nutrition Check-in

> Use FITsociety MCP to review nutrition plans, logs, foods, and recipes.

This workflow helps a coach review nutrition progress before a client check-in.

## Required access

| Module              | Why                                                         |
| :------------------ | :---------------------------------------------------------- |
| `clients`           | Find and confirm the client.                                |
| `nutrition_plans`   | Review the client's assigned plan.                          |
| `nutrition_logs`    | Review logged days and meals. Requires health data consent. |
| `nutrition_catalog` | Look up foods and recipes when explaining entries.          |

## Example prompt

```text theme={null}
Review Emma's nutrition logs for the last week and compare them with her active
nutrition plan. Highlight anything the coach should discuss.
```

## Typical tool sequence

1. `search_clients` to identify the client.
2. `list_nutrition_plans` to find relevant plans.
3. `get_nutrition_plan` to inspect targets and meal structure.
4. `list_nutrition_days` to find logged days.
5. `get_nutrition_day` for meal-level detail.
6. `get_food_product`, `search_food_products`, `get_recipe`, or
   `search_recipes` when the coach asks about catalog details.

## Consent requirement

Nutrition logs are health-sensitive. The grant must include health data consent
before the assistant can use `nutrition_logs`.

## Output to expect

The assistant should return:

* which days were reviewed
* missing or incomplete logs
* high-level macro or meal observations when available
* plan alignment notes
* suggested check-in questions for the coach
