analyze_time_blocks
Analyze glucose data by time block—overnight, morning, afternoon, evening—to pinpoint when high or low problems occur.
Instructions
Analyze glucose by time of day - find when problems happen.
Breaks down data into overnight (00-06), morning (06-12),
afternoon (12-18), and evening (18-24).
Args:
minutes: Time period if using Dexcom API (1-1440, default 1440 = 24h)
low: Low threshold in mg/dL (default 70)
high: High threshold in mg/dL (default 180)
data: Optional external readings for persistence layer integration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| low | No | ||
| data | No | ||
| high | No | ||
| minutes | No |