get_weekly_volume
Retrieve aggregated weekly training volume from Garmin Connect, with options to filter by activity type and compare with previous weeks.
Instructions
Get weekly training volume aggregation for a specific week
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Year (defaults to current year) | |
| week | No | ISO week number (defaults to current week) | |
| includeActivityBreakdown | No | Include breakdown by activity type (default: true) | |
| includeTrends | No | Include comparison with previous week (default: false) | |
| maxActivities | No | Maximum number of activities to process (default: 1000) | |
| activityTypes | No | Filter by specific activity types (e.g., ['running', 'cycling']) |