glucose_at_time
Retrieve the glucose value nearest a given time, with a customizable search window and surrounding readings for context. Answers questions like 'What was my glucose at 3 AM?'
Instructions
Get the glucose reading closest to a specific point in time. Returns the nearest reading within a configurable window, plus surrounding context (readings before and after). Use for: 'what was my glucose at 3 AM?', 'glucose when I woke up yesterday'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | Target time (ISO 8601 or 'YYYY-MM-DD HH:mm'). E.g., '2026-02-23T03:00:00' or '2026-02-23 15:30' | |
| window | No | Search window in minutes around target time (default 15, max 60) |