Create workout
create-workoutLog a completed workout with exercises, sets, and performance data such as weight, reps, duration, or distance.
Instructions
Log a new (completed) workout with exercises and sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the workout | |
| end_time | Yes | ISO 8601 end time, e.g. '2024-08-14T12:30:00Z' | |
| exercises | Yes | The exercises in the workout | |
| is_private | No | Whether the workout is private | |
| start_time | Yes | ISO 8601 start time, e.g. '2024-08-14T12:00:00Z' | |
| description | No | A description for the workout |