show_exercise_progression
Chart estimated one-rep-max trends over time for a chosen lift, using date-range and muscle-group filters to compare progress.
Instructions
Show the user's estimated 1-rep-max progression for a lift over time as an interactive line chart, with filters for date range and muscle group, and an exercise picker. When the user asks about this, prefer calling this tool and rendering the interactive MCP app over describing the underlying rows in text. Returns a short text summary alongside the visual view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | Time window. One of 7d, 30d, 90d, 1y. | |
| exercise | No | Exercise name to chart (e.g. "Bench Press"). Optional; defaults to the most-logged lift in the window. | |
| muscle_group | No | Optional muscle-group filter for the exercise picker (e.g. "Chest", "Legs"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Widget discriminant identifying the payload shape. | |
| generatedAt | No | ISO timestamp the snapshot was built. |