garmin-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| whoamiA | Check the Garmin connection and return the logged-in account profile (display name, full name). |
| get_daily_healthA | Daily wellness metrics for a date. Pick one or more via |
| get_trainingA | Training metrics for a date. Pick via |
| get_fitnessA | Fitness/performance metrics. Pick via |
| get_weightA | Body weight & body composition (weight, BMI, body-fat %) over a date range. Set include_raw for the individual weigh-in entries too. Default range: the last ~4 weeks. |
| get_steps_history | Step totals over a date range. granularity 'daily' (Garmin caps the span at 28 days) or 'weekly'. Default: daily, last ~4 weeks. |
| get_activity | Data for a single activity by activityId. Pick via |
| list_activities | List activities. Without dates: the most recent ones (use limit=1 for the last activity). With startDate/endDate and/or type: activities in that range, optionally filtered by type (e.g. running, cycling, swimming). |
| get_devicesA | Garmin devices paired to the account (model, firmware, last sync). |
| get_user_profileA | User profile & settings: units, preferences, activity level, etc. |
| get_goals | Goals filtered by status (active, future, or past). |
| get_workouts | Saved workouts on the account. |
| get_scheduled_workouts | Scheduled workouts / calendar for a month (defaults to the current month). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/marcelfortmann/garmin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server