get_segment_effort_streams
Obtain the time-series data streams for a segment effort, including distance, time, heart rate, and power measurements.
Instructions
Analyze a Strava segment with full historical comparison. ONE call returns EVERYTHING: segment info, current effort stats, AND comparison with ALL previous attempts (best_time, average_time, total_efforts, rank, previous_efforts list). No need to list_activities - this tool automatically fetches all historical data. Use when user asks about segment history, progress, PRs, or performance over time. Input: segment_effort_id from get_activity_detail's segment_efforts array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| segment_effort_id | Yes | The Strava segment effort ID as a string (to preserve precision for large IDs). Get this from get_activity_detail response which includes segment_efforts array. |