Skip to main content
Glama
eddmann

intervals-icu-mcp

by eddmann

get_hr_curves

Analyze heart rate data to identify peak outputs for different effort durations, helping track cardiovascular fitness and set HR zones.

Instructions

Get heart rate curve data showing best efforts for various durations.

Analyzes heart rate data across activities to find peak heart rate outputs for different time durations (e.g., 5 seconds, 1 minute, 5 minutes, 20 minutes).

Useful for tracking cardiovascular fitness improvements and identifying HR zones across different effort durations.

Args: days_back: Number of days to analyze (overrides time_period) time_period: Time period shorthand - 'week' (7 days), 'month' (30 days), 'year' (365 days), 'all' (all time). Default is 90 days.

Returns: JSON string with HR curve data

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
days_backNoNumber of days to analyze (optional)
time_periodNoTime period shorthand: 'week', 'month', 'year', 'all' (optional)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It discloses the analysis approach (finding peak HR outputs for durations) and default behavior (90 days), but does not explicitly state that it is read-only or note any side effects, leaving some behavioral ambiguity.

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 well-structured with a clear opening statement, usage context, Args section, and Returns note. It is suitably concise without unnecessary padding, though the second paragraph could be integrated more tightly.

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 simplicity and the presence of an output schema, the description covers the essential context: purpose, parameters, and return type. It does not over-explain, and there are no obvious missing prerequisites or caveats for a read-only analysis tool.

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?

The schema already describes both parameters, but the description adds value by explaining that days_back overrides time_period, providing exact time_period shorthand mappings (week=7, month=30, year=365, all), and noting the default (90 days). This goes beyond the schema's basic field descriptions.

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 'Get heart rate curve data showing best efforts for various durations' with a specific verb and resource. It explains that it analyzes HR data to find peak outputs for different time durations, distinguishing it from related siblings like get_power_curves and get_pace_curves.

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

Usage Guidelines4/5

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

The description provides context on when to use the tool ('tracking cardiovascular fitness improvements and identifying HR zones'), giving clear user intent. However, it does not explicitly name alternatives or exclusions, so it lacks the strongest form of guidance.

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

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