CGM glucose window
cgm_glucose_windowRetrieve continuous glucose readings from the last N hours (default 24). Returns actual coverage window, noting when the provider returns fewer hours than requested.
Instructions
Returns all EGVs over the last N hours (default 24). hours is the window REQUESTED; hours_covered and observed_window state what the provider actually returned. FreeStyle Libre (LibreLink Up) caps a live read at ~12h regardless of the request, so any wider ask comes back short and notes says so — read the covered window, not the requested one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | ||
| privacy_mode | No | Optional privacy mode: summary | structured | raw. summary omits device/patient identifiers when present; structured/raw return full payload. |