Skip to main content
Glama
eddmann

intervals-icu-mcp

by eddmann

download_activity_file

Download the original FIT, TCX, or GPX activity file from Intervals.icu. Provide an activity ID and optionally an output path to save the file.

Instructions

Download the original activity file.

Downloads the original file that was uploaded to Intervals.icu (FIT, TCX, or GPX). Can optionally save to a specified path.

Args: activity_id: The unique ID of the activity output_path: Optional path to save the file (e.g., "/path/to/activity.fit")

Returns: JSON string with file info and base64-encoded content (if no output_path)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activity_idYesActivity ID to download
output_pathNoPath to save the file (optional)

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 full burden. It discloses the return format (JSON string with file info and base64 content) and the conditional behavior when output_path is provided. It does not mention idempotency or file size limits, but the core download behavior is clearly described.

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 well-structured with a summary, detailed paragraph, Args, and Returns sections. It is front-loaded and every sentence contributes meaning without redundancy.

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?

The tool is simple with two parameters and a clear return behavior. The description covers the essential usage and return semantics, though it does not specify what 'file info' includes or the exact return when output_path is set. Overall, it is sufficiently complete for correct invocation.

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%, so baseline is 3. The description adds value by explaining the behavioral difference based on output_path (base64 vs saving) and provides an example path. This goes beyond the schema 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 states a specific verb ('Download') and resource ('original activity file'), and lists the file formats (FIT, TCX, GPX). This clearly distinguishes it from sibling tools like download_fit_file and download_gpx_file, which likely target specific formats.

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 description implies its use for retrieving the original uploaded file and mentions an optional save path, but it does not explicitly contrast with download_fit_file or download_gpx_file. There is no direct when-to-use vs alternative 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