predict_race
Predict finish times for standard race distances by applying the Riegel formula to a known race result.
Instructions
Predict race finish times using the Riegel formula based on a known race result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| known_distance | Yes | Known race distance: "5k", "10k", "half", "marathon", or km value | |
| known_time | Yes | Known race time in H:MM:SS or MM:SS format | |
| target_distance | No | Target distance to predict (defaults to showing all standard distances) |