Update Shared Wellness Profile
strava_profile_updateUpdate your Strava profile by applying a partial patch to goals, devices, training, nutrition, preferences, safety, and notes. Requires user confirmation before saving.
Instructions
Persist a partial patch to the canonical Delx Wellness profile. Requires explicit_user_intent=true after the user confirms they want to save. Rejects secret-like fields (oauth, token, api_key, password, cookie, refresh, session). Strava's GPS-redaction default is unaffected by profile changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | Partial WellnessProfileDocument patch. Top-level keys: profile, goals, devices, training, nutrition, preferences, safety, notes. | |
| response_format | No | markdown | |
| explicit_user_intent | No | Set to true ONLY after the user has explicitly confirmed they want to save this. Otherwise the tool refuses to write. |