Get strength workouts
tp_get_strength_workoutsFind structured strength/gym workouts in a date range. Returns date, title, duration, compliance, set totals, and exercise preview.
Instructions
List structured strength/gym workouts in a date range. Strength workouts live on a separate API and do NOT appear in tp_get_workouts; use this to find them and their IDs, then tp_get_strength_workout for full detail. Returns date, title, duration, compliance, set totals, and an exercise preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| athlete | No | Target athlete name or ID (coach accounts only). Omit to use your own profile. | |
| end_date | Yes | Range end YYYY-MM-DD (inclusive). | |
| start_date | Yes | Range start YYYY-MM-DD. |