Update Exercise
update_exerciseChange an existing exercise's name, muscle groups, equipment, or photo in GymTimer by matching exercise name or exact ID.
Instructions
Updates an existing exercise's name, muscle groups, equipment, and/or photo (fuzzy-matched by name, or exact by id). Category and movement pattern can't be changed by this tool (a known limitation) - edit those from the app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name, if renaming | |
| exercise | Yes | Exercise name or id to update, e.g. "Bench Press" | |
| equipment | No | Replacement equipment list, if changing. Must be one of: barbell, dumbbell, kettlebell, machine, cable, bodyweight, band, bench, pullUpBar, trx, other. | |
| photoPath | No | Absolute local file path to a new/replacement photo (jpg/png/heic, max 15MB). Replaces any existing photo. | |
| removePhoto | No | Set true to remove this exercise's existing custom photo. Ignored if photoPath is also provided. | |
| muscleGroups | No | Replacement muscle groups list, if changing. Must be one of: chest, back, shoulders, biceps, triceps, forearms, abs, quads, hamstrings, glutes, calves, fullBody, cardio. |