Skip to main content
Glama
sedoglia

Garmin Connect MCP Server

by sedoglia

Setup Garmin Credentials

setup_credentials
Destructive

Store Garmin Connect credentials encrypted in OS vault and log in immediately when credentials are missing or invalid.

Instructions

Store Garmin Connect credentials encrypted in the OS native vault and log in immediately. Use this when the server reports that credentials are missing or invalid. The password is encrypted at rest and never written to a plain text file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesGarmin Connect account email (required)
passwordYesGarmin Connect account password (required)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.3.0

TDQS

A4.2/5.0
Behavior4/5

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

The description discloses key behavioral traits: encryption at rest, immediate login, and no plaintext password writes. Annotations include openWorldHint and destructiveHint, and the description elaborates safely without contradicting them, though it could mention any overwrite/rotation of existing credentials.

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?

Three short sentences deliver purpose, timing, and security context. Everything is front-loaded and relevant, with no filler.

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?

For a two-param, no-output-schema tool with helpful annotations, the description covers why, when, and the security model. It could go one step further by clarifying the response/error behavior or that it will overwrite/replace existing credentials, but overall it's sufficiently 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 coverage is 100%, and each parameter already has a clear description ('Garmin Connect account email/password'). The tool description adds no extra semantic detail to the parameters, so the baseline of 3 is appropriate.

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?

Purpose is crystal clear: store Garmin credentials in the OS native vault and log in immediately. It names the specific resource (Garmin credentials), the action (setup/store), and the immediate consequence (login), distinguishing it from siblings like check_credentials and clear_credentials.

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?

Explicitly states when to use this tool: 'Use this when the server reports that credentials are missing or invalid.' It doesn't explicitly call out when not to use it or mention alternatives, but the trigger condition is concrete and sufficient for selection.

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