get_glucose_history
Retrieve glucose readings for a specified period to review history, including sensor values, timestamps, and trend directions. Use lookback hours or date ranges to analyze patterns.
Instructions
Get glucose reading history for a specified time period. Returns SGV values with timestamps and trend directions. Use 'hours' for simple lookback or 'dateFrom'/'dateTo' for precise ranges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Max number of entries to return (default: auto based on period) | |
| hours | No | Number of hours to look back (1-168, default 24) | |
| dateTo | No | End date (ISO 8601). Defaults to now. | |
| dateFrom | No | Start date (ISO 8601). Overrides hours if set. |