get_fitness
Retrieve fitness performance metrics such as race predictions, FTP, and personal records from Garmin Connect over a specified date range.
Instructions
Fitness/performance metrics. Pick via metrics: race_predictions, cycling_ftp, lactate_threshold, personal_records (all latest, date-agnostic), and endurance_score, hill_score, resting_heart_rate, weekly_intensity_minutes (over the given date range).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | End date (YYYY-MM-DD). Default: today. | |
| metrics | No | Which metrics to return. Default: [race_predictions, personal_records]. | |
| startDate | No | Start date (YYYY-MM-DD). Default: ~4 weeks ago. |