create_strength_workout
Save a reviewed strength workout to your Garmin Connect library. Requires a confirmation token from preview_strength_workout to authorize the write.
Instructions
Create a strength workout in your Garmin Connect library (a WRITE).
Requires writes to be enabled (GARMIN_WRITE_ENABLED) and a matching
confirmation_token from preview_strength_workout (it binds to the
exact workout previewed). The workout lands in your library — it reaches the
watch only after you "Send to Device" in Garmin Connect and sync.
Args:
workout: the workout definition (same shape as preview).
confirmation_token: token returned by preview_strength_workout.
confirm: dev/stdio only (no JWT secret) — set True to confirm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| workout | Yes | ||
| confirmation_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| status | Yes | ||
| verified | Yes | True if the upload round-tripped with no blank exercises. | |
| workout_id | No | ||
| blank_steps | No | Step orders Garmin blanked (should be empty). |