Skip to main content
Glama
rmc8

Garmin Connect MCP Server

by rmc8

get_activities

Retrieve a paginated list of logged fitness activities from Garmin Connect. Specify start offset and limit to control results.

Instructions

Get a list of logged fitness activities with pagination.

Args:
    start: Offset index to start retrieving activities. Defaults to 0.
    limit: Maximum number of activities to return. Defaults to 20.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
startNo
Behavior2/5

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

No annotations provided; description only indicates it's a 'get' operation (read-only inferred) and mentions pagination. Does not disclose rate limits, authentication, or any side effects.

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 very concise: one line for purpose plus one line per parameter. No wasted words; information is front-loaded.

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

Completeness3/5

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

A simple paginated list tool with no output schema. The description explains purpose and parameters but lacks details on return format, ordering, or filtering. Adequate but not complete.

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

Parameters5/5

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

Schema description coverage is 0%, but the description fully explains both parameters: start as offset index with default 0, limit as maximum number with default 20. This adds significant value beyond the schema.

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 it gets a list of logged fitness activities with pagination, which is a specific verb+resource. It distinguishes from siblings like get_last_activity implicitly by indicating pagination, but does not explicitly name alternatives.

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 versus alternatives like get_last_activity or other list tools. No context on prerequisites or typical scenarios.

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/rmc8/rmc_garmin_mcp'

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