Skip to main content
Glama
eddmann

Garmin Connect MCP Server

by eddmann

get_training_effect

Read-only

Retrieve training effect for a specific activity or track progress summaries over a date range with custom metrics. Analyze Garmin Connect training data to measure performance and improvement.

Instructions

Get training effect and progress summary.

Supports:

  1. Training effect for specific activity (provide activity_id)

  2. Progress summary over date range (provide start_date, end_date, metric)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activity_idNoActivity ID for training effect
start_dateNoStart date (YYYY-MM-DD) for progress summary
end_dateNoEnd date (YYYY-MM-DD) for progress summary
metricNoMetric to track for progress summarydistance

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, indicating a safe read operation. The description adds that it returns training effect and progress summary but does not disclose additional behavioral traits (e.g., no side effects, data freshness). No contradiction with annotations.

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?

Extremely concise: one sentence for purpose, two bullet points for modes. Every word earns its place. Front-loaded with the main action.

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?

Given the tool has 0 required parameters and an output schema, the description covers the two modes adequately. However, it does not specify default behavior if no parameters are provided, or whether the modes are exclusive. Still, it is complete enough for effective use.

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 description coverage is 100%, but the description adds meaningful context by grouping parameters into two modes, helping the agent understand which parameters to use together. This adds value beyond raw schema.

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?

Description clearly states the tool gets 'training effect and progress summary' and identifies two distinct use cases with parameters. It differentiates from siblings like analyze_training_period and compare_activities.

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 explains when to use each mode: provide activity_id for specific activity, or start_date/end_date/metric for progress summary. Does not explicitly state when not to use or mention alternatives, but context is 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/eddmann/garmin-connect-mcp'

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