list_workout_templates
Retrieve saved reusable workout templates from your Coros library, showing each template's exercises, intensity, sets, and duration or distance details.
Instructions
List reusable workout templates saved in the Coros library.
These are templates created by save_workout_template / save_strength_workout_template — schedulable later via schedule_workout_template. One-off workouts scheduled with schedule_workout / schedule_strength_workout do NOT appear here.
Returns
dict with keys: workouts (list), count Each entry contains: id, name, sport_type, sport_name, estimated_time_seconds, exercise_count, exercises (list of steps with name, intensity_low, intensity_high, sets, and either duration_seconds for time-based steps or distance_meters for distance-based steps)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||