CGM meal response
cgm_meal_responseAnalyze continuous glucose data around a meal to compute baseline, peak, and return-to-baseline. Get peak delta, peak time, and a quality band to assess glycemic response.
Instructions
Compute glucose response to a meal: baseline → peak → return-to-baseline. Returns peak delta, peak time (min after meal), and a band (excellent/good/moderate/poor).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meal_time | Yes | ISO-8601 timestamp of when the meal was eaten (e.g. '2026-05-10T13:15:00Z'). | |
| privacy_mode | No | Optional privacy mode: summary | structured | raw. summary omits device/patient identifiers when present; structured/raw return full payload. | |
| window_hours | No | Hours of CGM data to load before+after; default 4. |