Exercise Search
wger.fitness.exercise_searchSearch 896 exercises by name (e.g., bench press, squat, deadlift) and get exercise name, category (Chest/Back/Legs/Arms/Abs/Shoulders/Cardio), and ID for details lookup. Uses open-source fitness data.
Instructions
Search 896 exercises by name — bench press, squat, deadlift, curl, etc. Returns exercise name, category (Chest/Back/Legs/Arms/Abs/Shoulders/Cardio), and ID for details lookup. Open-source fitness database (Wger, CC-BY-SA).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Exercise name to search (e.g. "bench press", "squat", "deadlift", "bicep curl") |
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. |