garmin_list_workouts
List saved Garmin workouts with IDs to obtain workout_id needed for scheduling or deleting workouts. Specify limit and response format.
Instructions
Lista los entrenos guardados en tu biblioteca de Garmin (con su id).
Util para obtener el workout_id que necesitan garmin_schedule_workout (reprogramar) o garmin_delete_workout.
Args: params: limit (1-100), response_format (markdown|json).
Returns: str: lista con id, nombre, deporte y duracion_s; o "Error: ...".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |