Skip to main content
Glama
eddmann

Garmin Connect MCP Server

by eddmann

compare_activities

Read-only

Compare up to five activities side-by-side to analyze metrics, identify best and worst performances, and uncover performance insights.

Instructions

Compare multiple activities side-by-side.

Analyzes 2-5 activities and provides:

  • Side-by-side metrics comparison

  • Identification of best/worst performances

  • Performance insights and patterns

Example: activity_ids="12345678,12345679,12345680"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activity_idsYesComma-separated activity IDs (2-5 activities)
unitNoUnit system: 'metric' or 'imperial'metric

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, so the description does not need to reiterate safety. It adds value by describing the analytical outputs (metrics comparison, best/worst, insights) but does not disclose any additional behavioral traits like data limits or performance considerations.

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 concise (4 lines plus example) and front-loaded with the purpose. Every sentence earns its place, with no redundancy or filler.

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?

The tool has an output schema (context signal indicates true), so return values are covered there. The description adequately covers input (activity_ids, unit) and output intent (metrics, best/worst, insights). For a comparison tool, this is complete.

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

Parameters3/5

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

Schema coverage is 100%, so the schema already documents both parameters. The description adds an example for activity_ids but does not elaborate on unit or any additional constraints beyond the schema. Baseline 3 is appropriate as the description adds marginal value.

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 tool compares multiple activities side-by-side, specifies the range (2-5 activities), and lists outputs like metrics comparison and best/worst identification. It distinguishes from siblings like get_activity_details (single activity) or find_similar_activities (similarity, not side-by-side comparison).

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

Usage Guidelines3/5

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

The description explains what the tool does but does not explicitly state when to use it versus alternatives. Among siblings, find_similar_activities is a potential alternative for similarity, but no exclusion or when-not-to-use guidance is provided.

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