Skip to main content
Glama
eddmann

intervals-icu-mcp

by eddmann

get_best_efforts

Retrieve peak performance metrics from an activity, including best power outputs for durations from 5 seconds to 20 minutes. Analyze any activity ID to see its top efforts.

Instructions

Get best efforts/peak performances from an activity.

Analyzes the activity to find the best performances across various durations (e.g., best 5-second power, best 1-minute power, best 20-minute power). Similar to Strava segments but for all durations.

Args: activity_id: The unique ID of the activity

Returns: JSON string with best efforts data

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activity_idYesActivity ID to analyze

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the transparency burden. It explains that the tool analyzes an activity and returns a JSON string with best efforts data, which implies a read-only computational operation. It does not address permissions or potential errors, but the behavioral core is disclosed.

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 compact and well-structured: purpose, examples, args, and returns are clearly separated. No sentence is wasted; the Strava analogy and duration examples aid comprehension without bloating the text.

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

Completeness5/5

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

For a single-parameter read tool with an output schema, the description is complete: it states what the tool does, what input is required, and what format the output takes. The examples of durations make the expected result concrete, and the output schema handles detailed field documentation.

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?

The only parameter, activity_id, is already fully described in the input schema ('Activity ID to analyze'). The description repeats this as 'The unique ID of the activity' without adding format, source, or usage detail, so it adds no meaningful value beyond the schema.

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 ('best efforts/peak performances from an activity'), and clarifies the concept with duration examples. It distinguishes itself from sibling tools like get_activity_intervals or get_power_curves by focusing on peak performance summaries rather than raw interval/curve data.

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?

It clearly states the use case: finding best performances across durations such as 5-second, 1-minute, and 20-minute efforts. However, it does not explicitly name alternative tools or state when not to use it, only drawing an analogy to Strava segments.

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