log_workout
Record completed workout sessions with ratings and perceived exertion to build an accurate training log.
Instructions
Save/log a completed workout with results.
saved_workout_id: from create_personal_session or get_workout_details. workout_id: the workout's workoutId. date_string: YYYY-MM-DD date of the session. blocks: list of block/set IDs that were completed. rpe: Rate of Perceived Exertion (1-10). workout_rating: numeric rating as string e.g. "8.0".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rpe | No | ||
| notes | No | ||
| blocks | Yes | ||
| workout_id | Yes | ||
| date_string | Yes | ||
| workout_rating | No | ||
| saved_workout_id | Yes | ||
| is_personal_calendar | No |