Skip to main content
Glama
sedoglia

Garmin Connect MCP Server

by sedoglia

Get Gear Activities

get_gear_activities
Read-only

Retrieve all activities linked to a specific piece of gear by supplying its UUID from Garmin Connect.

Instructions

Get activities where a specific piece of gear was used. Note: Requires the gear UUID from Garmin Connect web interface.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of activities to return (default: 100)
gearUUIDYesThe unique gear identifier (required). Find it in Garmin Connect web: Settings > Gear > click on gear > UUID is in the URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.3.0

TDQS

B3.4/5.0
Behavior3/5

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

The annotations already indicate read-only and open-world behavior. The description adds only the UUID requirement, which is about input rather than behavior. It does not contradict annotations but also doesn't provide additional behavioral context.

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 extremely concise, with two sentences: the first states the action, and the second provides a necessary note. It is well-structured and front-loaded without any unnecessary details.

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 tool is simple and the schema covers inputs thoroughly. The description implies the return is a list of activities, which is reasonable given the name and purpose. It doesn't elaborate on output format, but for a straightforward get operation, it is adequately 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?

The input schema already provides full descriptions for both parameters, achieving 100% coverage. The description does not add extra meaning beyond the schema, so it meets the baseline but doesn't elevate it.

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 the tool retrieves activities filtered by a specific gear, which is a specific verb and resource. It doesn't explicitly differentiate from sibling tools, but the purpose is distinct enough given the name and context.

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?

The description provides a prerequisite note (requires gear UUID) but does not specify when to use this tool over alternatives. It lacks guidance on scenarios or comparisons with other gear-related tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools