Skip to main content
Glama
k-schmidt

Garmin Workout Pipeline

by k-schmidt

add_circuit

Opens a new circuit or repeat group for structured workout loops. Set iterations and optionally skip the final rest step, then close with end_circuit.

Instructions

Open a new circuit/repeat group. Steps added after this go inside the circuit.

Call end_circuit when done adding steps to close it.

Args: iterations: Number of times to repeat the circuit. skip_last_rest: If true, skip the last rest step in the circuit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iterationsYes
skip_last_restNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It explains the basic effect (steps added after go inside) and the parameters, but does not disclose potential side effects, permissions, or 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 brief and front-loaded, with a clear purpose sentence followed by lifecycle instruction and parameter details. No superfluous words.

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

Completeness4/5

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

The description covers the tool's purpose, usage lifecycle, and parameters. Although output schema exists, the description does not mention return value, but that is acceptable. Overall sufficient for opening a circuit in a workout builder context.

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?

With 0% schema description coverage, the description adds clear explanations for both parameters: iterations and skip_last_rest. It goes beyond the schema which only provides types.

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?

Clearly states it opens a new circuit/repeat group and describes the behavior of subsequent steps being inside it. Differentiates from siblings like add_exercise and end_circuit by explaining the grouping role.

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?

Explicitly instructs to call end_circuit when done, providing clear lifecycle guidance. However, it does not specify when not to use this tool or mention alternatives.

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/k-schmidt/Garmin-Workout-Pipeline'

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