Skip to main content
Glama

icu_get_hr_curves

Read-onlyIdempotent

Retrieves the best sustained heart rate across durations from 5 seconds to 1 hour over a chosen window, helping analyze cardiovascular fitness trends and calibrate HR zones.

Instructions

Fetch the HR-vs-duration curve — best (highest) sustained HR across durations from 5s up to 1h, aggregated over the chosen window.

Use for cardiovascular-fitness trends and HR-zone calibration. For time-in-zone distribution within a single activity, use get_hr_histogram instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sport_typeNoSport type (e.g., Ride, Run, Swim, VirtualRide)Ride
days_backNoNumber of days to analyze (optional)
time_periodNoTime period shorthand: 'week', 'month', 'year', 'all' (optional)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint, which inform about the tool's safety. The description adds context about aggregation over a chosen window and the duration range (5s to 1h), providing additional behavioral insight beyond annotations.

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 sentences, front-loaded with the core purpose, and no unnecessary words. Every sentence adds value.

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?

For a query tool with three optional parameters and an output schema, the description covers the core function, typical use cases, and differentiation from a sibling. It could mention default behavior if no time period is specified, but overall it is sufficiently complete.

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%, so the baseline is 3. The description does not elaborate on parameter meanings beyond what the schema provides, but it is not required to given full schema coverage.

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 states 'Fetch the HR-vs-duration curve' with specific details on what it returns (best sustained HR across durations from 5s to 1h) and explicitly distinguishes from the sibling tool get_hr_histogram, making its purpose very clear.

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

Usage Guidelines5/5

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

The description provides explicit guidance: 'Use for cardiovascular-fitness trends and HR-zone calibration' and states when not to use it ('For time-in-zone distribution... use get_hr_histogram instead'), directly naming the alternative.

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/hhopke/intervals-icu-mcp'

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