schedule_garmin_workout
Schedule an existing Garmin workout on a specific date using its workout ID. It appears as a planned session that syncs to your device.
Instructions
Put an existing workout on the Garmin Connect calendar for a specific date, so it appears as a planned session and can sync to a device. Requires a workoutId already created via create_garmin_workout or found via list_garmin_workouts - this tool does not create workouts. If no valid session exists, returns a message asking you to run authenticate_garmin rather than throwing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Calendar date to schedule the workout on, in YYYY-MM-DD format, e.g. '2026-09-15'. | |
| workoutId | Yes | The numeric Garmin workout id, as returned by create_garmin_workout or listed by list_garmin_workouts. |