update_my_profile
Update the current user's profile. Can set name, title, phone, linkedin, location, zone of genius, or quiet hours (the do-not-disturb window for agent push alerts).
[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone | No | Phone number | |
| title | No | Job title (e.g., CEO, CTO, Marketing Director) | |
| location | No | City, State or Location | |
| quiet_tz | No | IANA timezone for the quiet window, e.g. "America/Los_Angeles". Use the user's own timezone. | |
| companyId | No | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| last_name | No | User's last name | |
| quiet_end | No | Quiet window end, local wall-clock 24h "HH:MM" (e.g. "07:00"). May cross midnight (start after end). | |
| first_name | No | User's first name | |
| founder_why | No | Founder's motivation and purpose | |
| quiet_start | No | Quiet window start, local wall-clock 24h "HH:MM" (e.g. "22:00"). Set together with quiet_end and quiet_tz. | |
| custom_title | No | Custom display title | |
| linkedin_url | No | LinkedIn profile URL | |
| holdco_vision | No | Vision for holding company (executives) | |
| zone_of_genius | No | What the user is uniquely great at | |
| future_self_note | No | Note to future self | |
| profile_image_url | No | URL to profile image | |
| experience_summary | No | Brief summary of professional experience | |
| quiet_hours_enabled | No | Turn the do-not-disturb / quiet-hours window on or off. When on, agent push alerts are held during the window and delivered as one summary at wake. | |
| outbound_routes_to_me | No | The operator's OWN no-manual-outbound preference (S5). true = "I personally do outbound" → the founder-outbound Playbook filter is OFF for me; false = "do NOT route founder manual outbound to me" → the filter stays ON. Only the operator can set this for themselves; it is never set on behalf of another user. |