Skip to main content
Glama
limited

Garmin Open MCP

by limited

garmin_list_activities

Read-onlyIdempotent

Retrieve Garmin activities recorded between start and end dates, optionally filtered by activity type and limited in count.

Instructions

List activities in an inclusive date range using YYYY-MM-DD dates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
refreshNo
end_dateYes
start_dateYes
activity_typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds the inclusive date range and YYYY-MM-DD format but does not disclose behaviors like refresh semantics or limit handling. With strong annotations, this is adequate but minimal.

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, front-loaded sentence with no redundant words. It conveys the essential action and key parameter semantics efficiently.

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's moderate complexity (5 params, 2 required) and the presence of an output schema and strong annotations, the description covers the core usage adequately. However, optional parameters like refresh and activity_type are not described, so it is not fully 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 description coverage is 0%, so the description must compensate. It clarifies start_date and end_date as inclusive and formatted YYYY-MM-DD, which is valuable for the required params. However, limit, refresh, and activity_type remain unexplained, leaving only partial compensation.

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 a specific action (List) and resource (activities) with a defined scope (inclusive date range). This distinguishes it from sibling tools like garmin_get_activity (single activity) and garmin_get_day (daily summary).

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?

The description gives clear context for when to use the tool—listing activities over a specified date range. It does not explicitly mention alternatives or exclusions, but the purpose is evident enough to guide selection among 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/limited/garmin-connect-mcp'

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