add_run_note
Add a coach note to a run record to capture athlete context such as treadmill paces, watch glitch, or how they felt. Notes persist across sessions and appear in run context output.
Instructions
Add a coach note to a cached run. Notes persist across sessions.
Use this when the athlete shares context that changes interpretation
of a run (treadmill paces, watch glitch, how they felt, etc.).
Notes appear as 📝 lines in get_run_context() output.
Args:
activity_id: The Strava activity ID.
note: The note text to append.
Returns:
Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| activity_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |