icu_create_workout_folder
Create a library folder or training plan to organize workouts. Returns an ID to use as folder_id when adding workouts.
Instructions
Create a new LIBRARY folder or training PLAN to hold workouts — not a calendar item.
Pass the returned id as folder_id to icu_create_workout or icu_bulk_create_workouts. To browse existing folders use icu_get_workout_library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Folder or plan name | |
| athlete_id | No | Athlete ID (for coaches managing multiple athletes) | |
| description | No | Folder or plan description | |
| folder_type | No | FOLDER (a plain collection of workouts) or PLAN (a training plan whose workouts sit on plan days, schedulable with icu_apply_training_plan) | FOLDER |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |