Wahoo MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workoutsC | List workouts from Wahoo Cloud API |
| get_workout | Get detailed information about a specific workout |
| list_routesC | List routes from Wahoo Cloud API |
| get_route | Get detailed information about a specific route |
| list_plansC | List plans from Wahoo Cloud API |
| get_planC | Get detailed information about a specific plan |
| create_plan | Create a new plan in the user's library |
| create_workoutA | Schedule a new workout and optionally attach a plan to it. A plan must be attached to a workout scheduled within the current day through 6 days from now to appear in the Wahoo ELEMNT app. |
| list_power_zonesB | List power zones from Wahoo Cloud API |
| get_power_zoneB | Get detailed information about a specific power zone |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct resource and action: workouts, plans, power zones, and routes with clear CRUD-like verbs. No overlap in functionality.
All tool names follow a consistent verb_noun pattern (create_, get_, list_) with underscores. No mixing of conventions.
Seven tools is well-scoped for the Wahoo fitness domain, covering essential operations without unnecessary bloat.
Missing get_workout, get_route, and CRUD operations for plans, power zones, and routes beyond list and get. Gaps may require workarounds.