Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MUSCLESWORKED_API_KEY | Yes | API key for musclesworked.com, obtainable from musclesworked.com/dashboard. This can also be provided as a command line argument using --api-key. | |
| MUSCLESWORKED_API_URL | No | Override the base URL for the API. | https://musclesworked.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_muscles_worked | Get the primary, secondary, and stabilizer muscles worked by an exercise. Use search_exercises first if you don't know the exercise ID. |
| find_exercises | Find exercises that target a specific muscle, with optional filters. Use search_muscles first if you don't know the muscle ID. |
| analyze_workout | Analyze a workout for muscle coverage, gaps, and imbalances. Pass a list of exercise names or IDs. |
| get_alternatives | Find alternative exercises ranked by muscle overlap score. Use search_exercises first if you don't know the exercise ID. |
| search_exercises | Search for exercises by name. Returns matching exercise IDs and names. Use this to discover exercise IDs before calling get_muscles_worked or get_alternatives. |
| search_muscles | Search for muscles by name. Returns matching muscle IDs and names. Use this to discover muscle IDs before calling find_exercises. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |