update_user_profile
Update your profile details including bio, city, country, website, social links, and set public visibility. All fields are optional and can be cleared.
Instructions
Update the current user's profile. Supports bio, city, country, website, social links, and public visibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bio | No | Bio text (null to clear) | |
| city | No | City (null to clear) | |
| country | No | Country (null to clear) | |
| website | No | Website URL (null to clear) | |
| socialLinks | No | Social links as key-value pairs (null to clear) | |
| isPublic | No | Whether profile is public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |