Skip to main content
Glama
eddmann

Garmin Connect MCP Server

by eddmann

query_heart_rate_data

Read-only

Retrieve heart rate data including resting, average, min, and max values for a specific date or date range.

Instructions

Get heart rate data.

Retrieves heart rate data including resting HR, average HR, min/max values. Supports single date or date range queries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoSpecific date ('today', 'yesterday', or YYYY-MM-DD)
start_dateNoRange start date (YYYY-MM-DD)
end_dateNoRange end date (YYYY-MM-DD)
include_restingNoInclude resting heart rate

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds value beyond annotations by specifying the data fields returned (resting HR, average HR, min/max) and query flexibility (single date or range). It is consistent with readOnlyHint and does not contradict annotations, though it could mention pagination or data availability.

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 extremely concise: two short sentences that front-load the core purpose ('Get heart rate data') and immediately provide necessary details. Every word earns its place with no redundancy or 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?

Given the tool's relatively simple nature (4 optional parameters, read-only, existing output schema), the description adequately covers the essential context: what data is retrieved and query modes. It is complete enough for an agent to select and invoke correctly, though it could mention supported date formats or error cases.

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?

With 100% schema description coverage, the baseline is 3. The description does not add new meaning beyond the schema's parameter descriptions; it merely restates the date range support. No additional value is provided for parameters like 'include_resting'.

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 tool's purpose with a specific verb ('Get'), resource ('heart rate data'), and elaborates on what is included (resting HR, average HR, min/max values). It distinguishes from sibling tools (e.g., query_sleep_data) by focusing on heart rate, making selection unambiguous.

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?

The description implies usage for retrieving heart rate data for single dates or ranges, but provides no explicit guidance on when to use alternatives or when not to use this tool. The context is clear enough, but lacks comparative guidance to avoid misuse.

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/eddmann/garmin-connect-mcp'

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