get_exercise_history
Get performance history for a specific exercise across sessions. Shows per-session sets, volume, estimated 1RM, and heaviest set, plus trends over time. This is the most useful tool for coaching conversations like 'How's my bench progressing?'
When a session carries a local_date, it is the day the session happened on in the user's local timezone; quote it rather than converting the UTC date field yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent sessions (default 10, max 50) | |
| exercise_name | Yes | The exercise display name (e.g. 'Barbell Bench Press') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trend | No | ||
| sessions | Yes | ||
| exercise_display_name | Yes |