Skip to main content
Glama
sedoglia

Garmin Connect MCP Server

by sedoglia

get_device_alarms

Retrieve alarms from Garmin devices, showing time, repeat days, and activation status. Optionally specify a device or get alarms for all registered devices.

Instructions

Get the alarms configured on a Garmin device, with time, repeat days and whether each one is on. Without a deviceId every registered device is reported.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deviceIdNoOptional device identifier (from get_devices). Defaults to every device.
Behavior4/5

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

With no annotations, the description carries full transparency burden. It discloses that the tool retrieves specific alarm fields and defaults to all devices if deviceId is omitted. This adequately covers read behavior, though it does not mention potential pagination or rate limits.

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?

Two sentences with no wasted words. The core purpose is front-loaded, and the second sentence provides a concise edge case. Perfectly concise.

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?

Despite no output schema, the description lists the data fields returned (time, repeat days, on/off). This provides a clear picture of the output. It could mention whether results are a list or single object, but for a simple tool, completeness is high.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the default behavior when deviceId is omitted ('every registered device is reported'), which is not clear from the schema alone.

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 clearly states the action ('Get the alarms') and the resource ('on a Garmin device'), and lists the specific information retrieved (time, repeat days, whether on). It also clarifies behavior when deviceId is omitted, making the purpose unmistakable.

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

Usage Guidelines3/5

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

While the description implies when to use the tool (when needing alarm info), it does not provide explicit guidance on when not to use it or mention alternatives. There are no sibling tools focused on alarms, so the need for differentiation is low, but the description lacks explicit usage context.

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/sedoglia/garmin-mcp-ts'

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