get_activity_streams
Retrieve stream data such as heartrate, pace, and altitude for a specific activity to analyze performance metrics.
Instructions
Get stream data for a specific activity (e.g., heartrate, pace, altitude).
Args:
activity_id: ID of the activity to retrieve streams for
stream_types: Comma-separated list of stream types to retrieve.
Available types: heartrate, pace, altitude, cadence, distance,
moving, temperature, time, watts (default: "heartrate,pace")
Returns:
Dictionary containing stream data indexed by stream type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activity_id | Yes | ||
| stream_types | No | heartrate,pace |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||