Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GARMIN_EMAILYesYour Garmin Connect email address
GARMIN_PASSWORDYesYour Garmin Connect password

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_activitiesC

Get recent Garmin activities/workouts.

get_resting_heart_rateC

Get heart rate data (including resting HR) for a date.

get_sleepB

Get sleep data for a date.

get_body_batteryB

Get body battery levels for a date range.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct health metric (activities, resting HR, sleep, body battery) with no overlap, making them easily distinguishable.

Naming Consistency5/5

All tools follow a consistent 'get_' prefix with snake_case noun patterns, e.g., get_activities, get_sleep.

Tool Count4/5

4 tools is slightly minimal for a health data server, but each tool covers a core metric and the set is well-scoped without being cluttered.

Completeness3/5

The server provides read-only access to a few common metrics, but lacks many standard Garmin data like steps, calories, or stress; notable gaps exist.

Maintenance

ActivityMaintained
ResponsivenessNo issues