get_logbook_entries
Retrieve diabetes logbook data including glucose readings, insulin doses, carbs, and notes for specified date ranges or specific dates.
Instructions
Retrieve logbook entries from Diabetes:M including glucose readings, insulin doses, carbs, and notes. You can specify either a predefined date range OR a specific date OR a custom date range with startDate and endDate. Returns data grouped by day with summaries optimized for analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateRange | No | Predefined time range for logbook entries (use this OR date OR startDate+endDate) | |
| date | No | Specific date in YYYY-MM-DD format (e.g., 2025-12-25). Use this OR dateRange OR startDate+endDate. | |
| startDate | No | Start date in YYYY-MM-DD format for custom date range (must be used together with endDate) | |
| endDate | No | End date in YYYY-MM-DD format for custom date range (must be used together with startDate) | |
| category | No | Optional category filter (e.g., breakfast, lunch, dinner) |