preview_strength_workout
Preview a strength workout before syncing: validate exercise names against Garmin's catalog, review confidence scores and warnings, and get a token to finalize creation.
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. |