Skip to main content
Glama

sync_garmin_data

Pull golf rounds and daily health metrics from Garmin Connect into local storage. Incremental sync processes up to 25 new rounds per call, reporting rounds remaining for full backfill.

Instructions

Pull golf data from Garmin Connect into the local cache, plus daily health (sleep, HRV, Body Battery, stress, readiness) for round dates.

Incremental and CHUNKED: each call syncs up to max_rounds new rounds (default 25, newest first, ~2-4 minutes) and reports rounds_remaining. To load a full multi-year history, simply keep calling this tool until rounds_remaining is 0 — tell the user the total and give a brief progress update between batches. Nothing is lost between calls; every batch is permanent. full=True refetches already-cached rounds (least-recently-synced first; pass max_rounds to bound it, otherwise it runs unbounded). include_health=False skips the health pass. (Very large backfills can also run outside chat: caddie-mcp sync in a terminal does it in one go.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fullNo
max_roundsNo
include_healthNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Even without annotations, the description fully discloses behavior: it is incremental and chunked, each call syncs up to max_rounds (default 25, ~2-4 minutes), reports rounds_remaining, and guarantees permanence ('Nothing is lost between calls; every batch is permanent'). It also explains the unbounded nature of full=True without max_rounds and the skip behavior of include_health=False, covering side effects and performance.

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 moderately long but every sentence earns its place. It front-loads the main purpose, then logically covers incremental behavior, progress loop, permanence, full mode, and an alternative execution path. No filler or repetition, and technical details are compactly parenthesized.

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

Completeness5/5

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

Given the tool's complexity (sync with chunking, progress tracking, multiple modes) and the presence of an output schema (so return structure is covered), the description fully equips an agent to use the tool correctly across scenarios. It even addresses the batching loop and provides an out-of-band alternative, leaving no critical gaps.

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?

Despite 0% schema description coverage, the description adds rich semantics for all three parameters. full is explained as 'refetches already-cached rounds (least-recently-synced first)', max_rounds bounds the run and defaults to 25, and include_health controls the health pass. This goes beyond the schema's bare types and defaults, giving actionable meaning.

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 opens with a specific action: 'Pull golf data from Garmin Connect into the local cache, plus daily health...' This clearly identifies the resource (Garmin Connect data), the mechanism (sync to local cache), and the scope (golf rounds + health metrics). It distinguishes itself from siblings like list_rounds or get_round, which operate on already-cached data, by emphasizing the fetch-and-store behavior.

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

Usage Guidelines5/5

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

Provides explicit operational guidance: for full history, 'keep calling this tool until rounds_remaining is 0' with progress updates, and for very large backfills, recommends using `caddie-mcp sync` in a terminal. It also explains when to use include_health=False and full=True, giving clear context on how the tool should be invoked for different 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/mbrionesalvarez/caddie-mcp'

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