Get Workout Templates
get_workout_templatesRetrieve saved workout templates with full ordered exercise details (sets, reps, rest, tempo, intensity, weights, supersets) before editing, ensuring updates preserve the current structure.
Instructions
Returns the user's saved workout templates (training session blueprints) with their full ordered exercise lists - target sets/reps/rest plus tempo, intensity, suggested weight and superset grouping for every slot. Each slot comes back in exactly the shape save_workout_template/update_workout_template accept, so you can read a template, change part of it, and write it back without losing anything. Use this before update_workout_template - that tool replaces the whole exercise list, so you need the current one first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | No | Optional single template to return, by name (fuzzy-matched) or id, e.g. "Push Day A". Omit to return all templates. |