list_garmin_workouts
Lists Garmin Connect workouts newest first, showing each workout's name, sport, and ID. Use it to find a workoutId for retrieving, updating, deleting, or scheduling a workout.
Instructions
List workouts stored in the Garmin Connect account, most recent first, with each workout's name, sport, and workoutId. Use this to find a workoutId to pass to get_garmin_workout, update_garmin_workout, delete_garmin_workout, or schedule_garmin_workout. Read-only. If no valid session exists, returns a message asking you to run authenticate_garmin rather than throwing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of workouts to return, most recent first. Defaults to 20, capped at 100. |