Get Glucose History
get_glucose_historyFetch a patient's historical blood glucose readings as a time-ordered series. Specify the number of hours (1–24) to retrieve past glucose levels for analysis.
Instructions
Fetch historical blood glucose readings for a patient. Returns a time-series of readings ordered oldest-first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | How many hours of history to retrieve (1–24, default: 12) | |
| patient_id | No | Patient ID from get_connections (auto-selects first if omitted) |