create_sport_settings
Set FTP, heart rate, pace, and swim thresholds for a specific sport to configure your Intervals.icu training profile.
Instructions
Create new sport-specific settings.
Args: sport_type: Type of sport (e.g., 'Ride', 'Run', 'Swim') ftp: Functional Threshold Power in watts (optional) fthr: Functional Threshold Heart Rate in bpm (optional) pace_threshold: Threshold pace in min/km (optional) swim_threshold: Swim threshold in min/100m (optional)
Returns: Created sport settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ftp | No | Functional Threshold Power in watts (for cycling) | |
| fthr | No | Functional Threshold Heart Rate in bpm | |
| sport_type | Yes | Type of sport (e.g., 'Ride', 'Run', 'Swim') | |
| pace_threshold | No | Threshold pace in min/km (e.g., 4.5 for 4:30/km) | |
| swim_threshold | No | Swim threshold in min/100m (e.g., 1.5 for 1:30/100m) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |