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 r...
This record as markdown: /tools/com-getfreedomos-freedom-mcp/update-my-profile.md
What update_my_profile does on Freedom Mcp
AI agents use update_my_profile to create or update resources in Freedom Mcp, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Freedom Mcp environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
phone | string | — | Phone number |
title | string | — | Job title (e.g., CEO, CTO, Marketing Director) |
location | string | — | City, State or Location |
quiet_tz | string | — | IANA timezone for the quiet window, e.g. "America/Los_Angeles". Use the user's own timezone. |
companyId | string | — | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |
last_name | string | — | User's last name |
quiet_end | string | — | Quiet window end, local wall-clock 24h "HH:MM" (e.g. "07:00"). May cross midnight (start after end). |
first_name | string | — | User's first name |
founder_why | string | — | Founder's motivation and purpose |
quiet_start | string | — | Quiet window start, local wall-clock 24h "HH:MM" (e.g. "22:00"). Set together with quiet_end and quiet_tz. |
custom_title | string | — | Custom display title |
linkedin_url | string | — | LinkedIn profile URL |
Parameters from the server's own tool schema.
Why update_my_profile is rated Medium
This tool creates or modifies personal profile metadata (name, title, contact info, preferences) with no destructive, financial, or code-execution effects. The governance note indicates managerial approval controls exist to prevent abuse. The blast radius is minimal—profile updates affect only the current user's own data and system presentation.
From the tool's definition Tool description states "Update the current user's profile. Can set name, title, phone, linkedin, location, zone of genius, or quiet hours." The action is update, which is reversible and modifies user profile data without deletion or financial impact.
Risk signalsHigh parameter count (19 properties)
Attacks that exploit this kind of access
The rule that runs update_my_profile safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Freedom Mcp, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For update_my_profile, this is the rule to start with:
update_my_profile stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Freedom Mcp, apply this rule, and every update_my_profile call is checked against it from then on.
Questions about 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.]. It is categorised as a Write tool in the Freedom Mcp MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
update_my_profile accepts 12 parameters: phone, title, location, quiet_tz, companyId, last_name, quiet_end, first_name, founder_why, quiet_start, custom_title, linkedin_url. The full parameter table on this page comes from the server's own tool schema.
Register the Freedom MCP server in PolicyLayer and add a rule for update_my_profile: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Freedom Mcp. Nothing to install.
update_my_profile is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the update_my_profile rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for update_my_profile. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
update_my_profile is provided by the Freedom MCP server (https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Freedom, and thousands of servers like it.
This server
Across the catalogue