get_coach_profile
Get the user's saved Coach Profile: experience level, primary goal, training days per week, session length, weekly endurance hours, available equipment, liked and disliked exercises, and free text goals and limitations notes. Call this early in a coaching conversation to ground advice in the user's stated goals, schedule, and equipment. Returns an empty object when the user has not set up a profile yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goals_notes | No | ||
| primary_goal | No | ||
| days_per_week | No | ||
| training_split | No | ||
| liked_exercises | No | ||
| experience_level | No | ||
| limitations_notes | No | ||
| disliked_exercises | No | ||
| available_equipment | No | ||
| session_length_minutes | No | ||
| weekly_endurance_hours | No |