Skip to main content
Glama
echocharlie

garmin-connect-mcp-server

by echocharlie

garmin_list_activities

Read-only

Get a compact table of Garmin activities within a date range, displaying key metrics like distance, duration, heart rate, pace, elevation, and training effect. Filter by activity type to narrow your results.

Instructions

List Garmin activities in a date range as a compact table (max 90 days, default last 30).

Columns: activity_id (for garmin_get_activity_detail), date, type, name, distance_km, duration (H:MM), avg_hr, max_hr, pace_or_speed, elev_gain_m, aerobic_te (training effect 0-5), anaerobic_te.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax activities to return (newest first).
end_dateNoISO end date (inclusive). Default: today.
start_dateNoISO start date (inclusive). Default: 29 days before end_date.
activity_typeNoFilter by Garmin PARENT category only — subtypes are rejected by the API. Subtypes roll up: virtual_ride/mountain_biking -> 'cycling'; treadmill/trail running -> 'running'; strength training/indoor cardio -> 'fitness_equipment'. Omit for all types.

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 adds value by detailing the output format (columns). However, no additional behavioral traits (e.g., data freshness, pagination limit) are disclosed beyond what annotations and parameter schema provide.

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 a single focused paragraph with the main purpose first, then a compact list of columns. Every sentence is useful—no redundancy or fluff.

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 explains the date range defaults, column output, and activity_type rollup. It lacks mention of sorting (newest first, though that's in the limit description) and total count, but given the presence of an output schema and annotations, it is mostly complete.

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%, giving a baseline of 3. The description adds significant meaning by explaining the activity_type rollup behavior (e.g., virtual_ride -> 'cycling'), which is not in the schema. This extra context justifies a 4.

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

Purpose4/5

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

The description clearly states 'List Garmin activities in a date range as a compact table', providing a specific verb and resource. It also includes column details and mentions the relationship to garmin_get_activity_detail, but does not explicitly distinguish from siblings.

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 implies usage by referencing activity_id 'for garmin_get_activity_detail', hinting at a workflow, but does not provide explicit when-to-use or when-not-to-use guidance compared to siblings.

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/echocharlie/garmin-connect-mcp-server'

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