get_menstrual_calendar_data
Retrieve menstrual calendar data for a date range. Automatically handles Garmin's 92-day limit by chunking requests and merging results.
Instructions
Get menstrual calendar data between specified dates
Automatically chunks requests longer than 92 days, Garmin's server-side limit, and stitches the responses together.
Args: start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | ||
| start_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |