Skip to main content
Glama

Garmin Activities

garmin_list_activities
Read-onlyIdempotent

Retrieve a list of recent Garmin activities with support for pagination, date filters, and privacy modes to control data exposure.

Instructions

List recent Garmin activities. Supports pagination, optional date filters and privacy modes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoOnly return activities after this time. Used as Garmin startDate when supported.
beforeNoOnly return activities before this time. Used as Garmin endDate when supported.
pageNoGarmin page number.
limitNoGarmin page size.
activity_typeNoOptional Garmin activity type filter, e.g. running, cycling, walking.
all_pagesNoFetch multiple pages up to max_pages.
max_pagesNoMaximum pages to fetch when all_pages is true.
privacy_modeNoOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatNomarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointYes
privacy_modeYes
countYes
recordsYes
next_pageNo
has_moreYes
pages_fetchedYes
Behavior2/5

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

Annotations already provide readOnlyHint=true, destructiveHint=false, idempotentHint=true, openWorldHint=true. The description only summarizes parameter features already in the schema, adding no additional behavioral context (e.g., rate limits, data freshness, or handling of empty results).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no waste. It is front-loaded with the core purpose. However, it could be slightly more efficient by omitting the redundant 'Supports' and listing features more compactly.

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

Completeness2/5

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

Given the tool's complexity (9 parameters, output schema, numerous siblings), the description lacks sufficient context. It does not explain what 'recent' means, pagination defaults, or how privacy modes affect output. More detail is needed for a complete understanding.

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 89%, so parameters are well-documented. The description mentions pagination, date filters, and privacy modes, but adds no new semantic meaning beyond what the schema already provides. Baseline 3 is appropriate.

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 'List recent Garmin activities' clearly identifies the verb ('list') and resource ('Garmin activities'). It distinguishes from siblings like garmin_get_activity (which retrieves a single activity) by implying bulk listing, though it does not explicitly differentiate.

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

Usage Guidelines2/5

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

No guidance on when to use this tool over alternatives (e.g., garmin_get_activity for a single activity). No mention of prerequisites or context for pagination, date filters, or privacy modes. The description is too brief to aid decision-making.

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/davidmosiah/garminmcp'

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