get_glucose_readings
Retrieve recent glucose readings from the last 24 hours using start and end dates in ISO 8601 format. Solves the need for real-time CGM data access via the Dexcom Share API.
Instructions
Get recent glucose values within the last 24 hours. IMPORTANT: This uses the unofficial Share API which only provides real-time monitoring data. Both startDate and endDate MUST be within the last 24 hours from the current time. Cannot retrieve historical data beyond 24 hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | End date in ISO 8601 format (e.g. 2023-10-27T11:00:00Z). Must be within the last 24 hours from now. | |
| startDate | Yes | Start date in ISO 8601 format (e.g. 2023-10-27T10:00:00Z). Must be within the last 24 hours from now. |