list_activities
List compact activity summaries for a specified date range, returning key performance and training metrics.
Instructions
List activity summaries for a date range. Returns ONLY compact identification data (id, date, name, type, distance, moving_time, elevation, heart rate, speed, training load, fitness/fatigue, calories, source). To analyze an activity in depth, you MUST call get_activity — it returns 100+ fields including power, cadence, zones, weather, performance metrics, intervals, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oldest | Yes | Start date (YYYY-MM-DD) | |
| newest | Yes | End date (YYYY-MM-DD) |