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
| Name | Required | Description | Default |
|---|---|---|---|
| activity_id | Yes | Activity ID to download | |
| output_path | No | Path to save the file (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |