get_strength_sets
Retrieve a set-by-set breakdown of a logged strength session, including exercises, reps, weight, rest periods, and total volume from Garmin Connect.
Instructions
Set-by-set breakdown of a logged strength session: exercises, reps, and weight.
Parses Garmin's recorded sets for one strength_training activity into
working sets (with the recognised exercise, rep count, and load) plus a
per-exercise rollup and total training volume. Rest periods are included and
flagged. Sets Garmin could not classify come back with a null exercise name.
Args:
activity_id: The activity's numeric Garmin ID, from get_recent_activities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activity_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| sets | No | ||
| exercises | No | ||
| total_reps | No | ||
| activity_id | Yes | ||
| total_volume_kg | No | Sum of reps x weight across working sets, in kg. | |
| total_active_sets | No |