Skip to main content
Glama

Update my profile

update_my_profile
Destructive

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. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phoneNoPhone number
titleNoJob title (e.g., CEO, CTO, Marketing Director)
locationNoCity, State or Location
quiet_tzNoIANA timezone for the quiet window, e.g. "America/Los_Angeles". Use the user's own timezone.
companyIdNoFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
last_nameNoUser's last name
quiet_endNoQuiet window end, local wall-clock 24h "HH:MM" (e.g. "07:00"). May cross midnight (start after end).
first_nameNoUser's first name
founder_whyNoFounder's motivation and purpose
quiet_startNoQuiet window start, local wall-clock 24h "HH:MM" (e.g. "22:00"). Set together with quiet_end and quiet_tz.
custom_titleNoCustom display title
linkedin_urlNoLinkedIn profile URL
holdco_visionNoVision for holding company (executives)
zone_of_geniusNoWhat the user is uniquely great at
future_self_noteNoNote to future self
profile_image_urlNoURL to profile image
experience_summaryNoBrief summary of professional experience
quiet_hours_enabledNoTurn 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_meNoThe 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.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / outbound_routes_to_me / description
      Previous value: -"The operator's OWN no-manual-outbound preference (S5). true = \"I personally do outbound\" → the founder-outbound tactic 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."New value: +"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."
  2. First observed

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish this is a non-read-only, destructive-capable write, and the description adds the important write-tier approval flow and quiet-hours push-alert behavior. It doesn't spell out overwrite-vs-partial-update semantics, but that is partly covered by destructiveHint.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The first sentence is front-loaded and scannable, and the approval paragraph is dense but relevant to correct invocation. The bracketed write-tier note is slightly awkward but earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 19-parameter mutation tool with full schema coverage and no output schema, the description plus annotations provides enough to invoke it correctly. It could be more complete by explicitly noting partial-update behavior and the full field groups it supports, but no critical omission blocks use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already handles parameter meaning; the description adds only a high-level summary and a quiet-hours clarification. It even abstracts 'name' where the schema uses first_name/last_name, so it doesn't materially improve on the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Update the current user's profile.' It also enumerates the settable fields, making the tool's scope unmistakable and distinguishing it from read-only or company-scoped siblings like get_my_profile or update_company.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The approval note gives clear operational context: call it on the first clear ask, and don't re-ask after the card is shown. It does not name alternative tools for related profile operations, so it falls short of explicit when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources