get_exercise_progress
Track exercise performance trends over time by choosing a metric like estimated 1RM, total volume, or sets.
Instructions
Track progress for a specific exercise over time.
Args:
exercise: Exercise name (case-insensitive, partial match).
metric: One of: estimated_1rm, estimated_3rm, estimated_10rm,
total_volume, best_set_volume, heaviest_weight,
total_reps, best_set_reps, total_sets,
total_duration, best_set_duration,
total_distance, best_set_distance.
limit: Max data points to return (default 20, most recent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| metric | No | total_volume | |
| exercise | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |