Exercise Details
wger.fitness.exercise_detailsRetrieve full exercise details by ID—description, primary and secondary muscles, required equipment, and category. Use with exercise_search to create workout plans.
Instructions
Get full exercise details by ID — description, primary and secondary muscles worked, required equipment (barbell/dumbbell/bodyweight/machine), and category. Use with exercise_search to build workout plans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exercise base ID from search results (e.g. 615 for Squats) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |