CGM meal response
cgm_meal_responseAnalyze post-meal glucose response by calculating peak delta, time to peak, and response band (excellent to poor) from CGM data.
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'). | |
| window_hours | No | Hours of CGM data to load before+after; default 4. |