update_sport_settings
Update sport-specific thresholds (FTP, FTHR, pace, swim) to keep training zones accurate.
Instructions
Update sport-specific settings (FTP, FTHR, pace thresholds).
Args: sport_id: ID of the sport settings to update 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: Updated 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_id | Yes | ID of the sport settings to update | |
| 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 |