Skip to main content
Glama
eddmann

intervals-icu-mcp

by eddmann

download_gpx_file

Download an activity as a GPX file, converting it to a format compatible with GPS devices and mapping software.

Instructions

Download activity as a GPX file.

Converts and downloads the activity as a GPX (GPS Exchange Format) file, which is compatible with most GPS devices and mapping software.

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

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 GPX 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 burden and does well by disclosing conversion behavior, the optional output_path side effect, and the return format (JSON string with base64 content when no path is given). It does not mention error cases or permissions, but for a read-only download this is adequate.

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 Args and Returns sections and is appropriately sized. The first two sentences are slightly redundant ('Download activity as a GPX file' and 'Converts and downloads...'), but overall it is efficient and clear.

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 simple 2-parameter tool with an output schema, the description covers the essential behavior, return type, and parameter semantics. It could mention error conditions, but the provided information is sufficient for an agent to select and invoke the tool correctly.

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%, and the description's Args section essentially restates the schema with an added example path. It adds minimal semantic value beyond the schema, so the baseline score of 3 is appropriate.

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 opens with 'Download activity as a GPX file,' a specific verb+resource+format statement that clearly distinguishes this tool from siblings like download_fit_file. It also mentions conversion to GPX, reinforcing the tool's unique role among download-related tools.

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 when to use the tool ('compatible with most GPS devices'), but it does not explicitly contrast it with alternatives like download_fit_file or download_activity_file. There is no when-not-to-use guidance or named alternative 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