Skip to main content
Glama
eddmann

intervals-icu-mcp

by eddmann

get_power_curves

Analyze power data across activities to reveal best efforts for various durations (e.g., 5s, 1m, 5m, 20m), enabling performance tracking and identification of strengths and weaknesses.

Instructions

Get power curve data showing best efforts for various durations.

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

Useful for tracking performance improvements and identifying strengths/weaknesses across different power duration profiles.

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 power 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
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It clearly states that the tool retrieves and analyzes power data, and returns a JSON string, implying a read-only operation. It adds value by describing the analysis behavior and return format, though it lacks explicit mention of edge cases or authentication requirements.

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-organized with a concise opener, a short analysis explanation, and structured Args/Returns sections. There is slight redundancy between the first two sentences ('best efforts' and 'peak power outputs'), but overall it is appropriately sized and easy to scan.

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 simple read-only nature, the presence of an output schema, and full schema coverage for parameters, the description covers essential context. It also explains the parameter override and default, making it sufficient for an agent to correctly invoke the tool without ambiguity.

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?

Schema coverage is 100%, giving a baseline of 3. The description enriches parameter understanding by explaining that days_back overrides time_period and that time_period defaults to 90 days, which is not evident from the schema alone. This goes beyond the schema's basic 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 uses a specific verb ('Get') and resource ('power curve data') with a clear scope ('best efforts for various durations'). It distinctly differentiates from sibling tools like get_hr_curves and get_pace_curves by focusing on power-specific analysis.

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 clear usage context: 'tracking performance improvements and identifying strengths/weaknesses across different power duration profiles.' It does not explicitly name alternatives or exclusions, but the context is sufficient for a user to understand when to use this tool.

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