get_episode_details
Retrieve detailed context for glucose episodes, including causes, severity, and recovery, using customizable thresholds and time windows.
Instructions
Get detailed context for each glucose episode - what led to it,
how severe it was, and how recovery went.
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 |