get_template_plan
Retrieve a specific week's workout sessions from a training template, including prescribed exercises with sets, reps, intensity, and AMRAP flag.
Instructions
Get a specific week's sessions from a template. Pure function: same input returns same output. Returns a list of sessions with prescribed exercises (sets, reps, intensity, AMRAP flag).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | Template ID from list_training_templates | |
| week_number | Yes | Which week of the cycle (1-indexed) |