Create minimum routine template
ryot_create_minimum_routine_templateCreate a reusable minimum day exercise template in Ryot with configurable walking, sit-to-stand, and wall pushup exercises. Sets default values from environment variables.
Instructions
Create a reusable Minimum Day routine/template in Ryot. Exercise IDs can be passed or set via env vars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| templateName | No | Minimum Day | |
| sitToStandReps | No | ||
| walkingMinutes | No | ||
| wallPushupReps | No | ||
| walkingExerciseId | No | Defaults to RYOT_WALKING_EXERCISE_ID. | |
| sitToStandExerciseId | No | Defaults to RYOT_SIT_TO_STAND_EXERCISE_ID. | |
| wallPushupExerciseId | No | Defaults to RYOT_WALL_PUSHUP_EXERCISE_ID. |