Skip to main content
Glama
JJRPF

Garmin MCP Server

by JJRPF

unschedule_workout

Cancel a scheduled workout on Garmin Connect without deleting the workout itself, so it remains available to reschedule later.

Instructions

Remove a scheduled workout from the Garmin Connect calendar

Deletes a calendar entry without deleting the underlying workout template — the workout stays in your library and can be re-scheduled.

IMPORTANT: scheduled_workout_id is the calendar-entry id, which is different from the workout's id. Get it from get_scheduled_workouts (the "scheduled_workout_id" field), not from get_workouts.

Note: the scheduled-workouts listing is an eventually-consistent index. If you just scheduled this workout, allow a moment before unscheduling so the id is available.

Args: scheduled_workout_id: Calendar-entry id from get_scheduled_workouts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scheduled_workout_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.8/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states the deletion does not remove the underlying workout template, that the workout remains in the library and can be re-scheduled, and that the listing is eventually consistent. This gives an agent a clear picture of side effects and timing behavior.

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?

Every sentence adds value: the operation, the non-destructive side effect, the critical id provenance warning, the eventual-consistency note, and the parameter explanation. The most important caveat is surfaced early with 'IMPORTANT', and the structure is easy to scan.

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

Completeness5/5

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

For a single-parameter mutation tool with an output schema, the description provides all necessary context: what the operation does, what it does not do, where to get the correct id, and a timing caveat. Nothing essential for correct invocation is missing.

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

Parameters5/5

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

Schema coverage is 0%, and the schema only shows an integer named scheduled_workout_id. The description compensates fully by defining it as the calendar-entry id, distinguishing it from the workout's own id, and directing the agent to get it from a specific source field in get_scheduled_workouts.

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?

States a specific verb and resource: 'Remove a scheduled workout from the Garmin Connect calendar' and clarifies it deletes only the calendar entry, not the workout template. This distinguishes it from related tools like schedule_workout, get_scheduled_workouts, and delete_workout.

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?

Provides explicit guidance on where to obtain the required id — from get_scheduled_workouts, not get_workouts — and warns about eventual consistency after scheduling. It does not explicitly contrast with the plural sibling unschedule_workouts, but the singular/plural distinction is reasonably clear from the name.

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/JJRPF/garmin_mcp'

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