preview_strength_workout
Preview a strength workout by resolving exercise names to Garmin's catalog, then review the summary, warnings, and confirmation token before creating the workout.
Instructions
Assemble a strength workout and show what WOULD be created — no network call.
Resolves each exercise name to Garmin's catalog and returns a readable
summary, the resolved Garmin name + confidence per exercise, warnings for
anything that did not map cleanly, and a confirmation_token to pass to
create_strength_workout. Always call this first and review the result.
Args: workout: the workout definition (name, blocks of sets/exercises).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workout | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| summary | Yes | Human-readable block-by-block summary. | |
| warnings | No | Exercises that did not resolve cleanly. | |
| exercises | Yes | ||
| confirmation_token | Yes | Pass to create_strength_workout to confirm. |