get_training_plan_workouts
Get the week's scheduled workouts from an active Garmin training plan by providing a calendar date, enabling syncing of planned exercises.
Instructions
Compatibility alias for get_garmin_coach_workouts
Prefer get_garmin_coach_workouts for new requests. This legacy tool returns the same Garmin Coach/training-plan data; do not call both for one request. Adaptive plans expose only Garmin's currently generated window, typically the current week; future dates may return no workouts even while a plan is active.
Adaptive training plans typically expose workout_uuid; other plan families may expose numeric workout_id. Pass whichever identifier is present to get_workout_by_id. The returned count includes rest days.
Args: calendar_date: Reference date in YYYY-MM-DD format (returns week's workouts)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |