get_hill_score
Fetch your Garmin hill score for a date, combining strength and endurance. When no qualifying climbing efforts exist, returns a note instead of an error.
Instructions
Garmin hill score (climbing strength + endurance) for a date.
Combines a strength and an endurance component into an overall hill score.
Requires qualifying climbing efforts, so it is often empty for flat-terrain
athletes — an empty result is reported via note rather than an error.
Args: date: Calendar date in YYYY-MM-DD format. Defaults to today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| note | No | ||
| vo2_max | No | ||
| overall_score | No | ||
| strength_score | No | ||
| endurance_score | No | ||
| classification_id | No | ||
| feedback_phrase_id | No |