get_fasting_history
Fetch fasting history from Cronometer with optional date filtering. Returns fasts with status, name, recurrence rules, and timestamps.
Instructions
Get fasting history from Cronometer.
Returns all fasts (or fasts within a date range) with their status, names, recurrence rules, and timestamps.
Args: start_date: Start date as YYYY-MM-DD (omit for all history). end_date: End date as YYYY-MM-DD (omit for all history).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | No | ||
| end_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |