Skip to main content
Glama
sedoglia

Garmin Connect MCP Server

by sedoglia

Get Resting Heart Rate

get_rhr_day
Read-only

Retrieve resting heart rate for a specific day. Provide the date in YYYY-MM-DD format to return the measurement.

Instructions

Get resting heart rate for a specific day.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesDate in YYYY-MM-DD format (required)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.3.0

TDQS

C2.9/5.0
Behavior2/5

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

The annotations already declare readOnlyHint=true and openWorldHint=true, but the description adds no behavioral context beyond restating the purpose. It does not mention return format, units, availability, or limitations, so it contributes no information beyond the structured fields.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no filler or repetition. It is concise and scannable, though it sacrifices some useful contextual richness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter, read-only getter with annotations, the description is minimally sufficient: the agent knows the date is required and the tool returns resting heart rate for that day. However, it lacks usage context relative to sibling tools and does not describe the expected return value or units.

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 description coverage is 100%, and the date parameter already has its own format and requirement description. The tool description's 'for a specific day' does not add meaningful semantic detail beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Get resting heart rate for a specific day,' which clearly identifies the verb, resource, and temporal scope. It is not tautological, though it does not explicitly differentiate itself from siblings like get_heart_rate.

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

Usage Guidelines2/5

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

No when-to-use or when-not-to-use guidance is provided, and no alternative tools are mentioned. The only implicit cue is 'for a specific day,' which is already evident from the required date parameter.

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