Skip to main content
Glama
ClemensHar

Wahoo MCP Server

by ClemensHar

create_workout

Schedule a workout for a specified time within the next 6 days, optionally attaching a plan or route to sync with the Wahoo ELEMNT app.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesWorkout name
startsYesISO 8601 datetime for when the workout starts. Must be within the current day through 6 days from now for the plan to appear in the ELEMNT app.
minutesYesWorkout duration in minutes
plan_idNoID of a previously created plan to attach to this workout
route_idNoID of a route to attach to this workout
workout_tokenYesUnique app-side identifier for this workout (e.g. a UUID or slug)
workout_type_idYesWorkout type ID (e.g. 0 for biking outdoor, 12 for indoor biking, 1 for running)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses the primary behavior and a key constraint (date range for plan visibility). However, it omits important details such as idempotency, handling of duplicate workout_token, response format, and error conditions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no wasted words. The first sentence front-loads the primary purpose, and the second adds a critical constraint. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 7 parameters (5 required) and no output schema, the description provides core functionality and a key constraint, but lacks information about return values, error cases, and exact behavior of optional parameters like route_id. It is somewhat complete but has clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds meaningful context beyond the schema: it explains the condition for a plan to appear in the ELEMNT app, which is not fully captured in the parameter descriptions. This extra guidance improves selection correctness.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action: 'Schedule a new workout and optionally attach a plan to it.' It specifies the verb (schedule) and resource (workout), and distinguishes from all sibling tools which are read-only get/list operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool should be used when creating a workout, and provides a specific constraint regarding plan attachment and date range for ELEMNT app visibility. It does not explicitly state when not to use it, but the context of siblings (all read-only) makes the usage clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ClemensHar/wahoo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server