Skip to main content
Glama

get_heart_rate

Retrieve a day's heart rate data, including resting heart rate and intraday timeline. Specify a date in YYYY-MM-DD format to view daily heart rate trends.

Instructions

Get a day's heart rate data: resting HR and an intraday HR timeline.

Args: date_str: Date as YYYY-MM-DD. Defaults to today.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
date_strNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior3/5

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

No annotations are present, so the description must carry the behavioral burden. It does disclose the returned data (resting HR + intraday timeline) and the default-to-today behavior, but it omits details such as units, timezone handling, and response shape. This is adequate for a simple getter but not rich.

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 two compact sentences plus a minimal Args block. The main purpose is front-loaded and every clause adds necessary information.

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?

With one optional parameter, no annotations, and no output schema, the description covers selection and invocation well. It falls slightly short on specifying the intraday timeline's structure and units, but the tool is simple enough that the agent can still act correctly.

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

Parameters5/5

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

Schema description coverage is 0%, yet the description fully documents the only parameter: format (YYYY-MM-DD) and default (today). This completely compensates for the schema gap.

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 begins with a specific verb and resource: 'Get a day's heart rate data' and adds the exact contents ('resting HR and an intraday HR timeline'). This makes it easy to distinguish from the sibling get_resting_heart_rate, which would only cover resting HR.

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 intended use—retrieving heart rate data for a day—is implied but never stated as a condition, and no alternatives are named. An agent must infer when to pick this over get_resting_heart_rate, get_daily_stats, or get_hrv.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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