Update Profile
update_profileUpdate specific fields on your Remoet profile — omitted fields stay unchanged, pass null to clear. Read the current profile first to ensure accurate updates.
Instructions
Update the user's Remoet profile. Only provide the fields you want to change — omitted fields are left as-is. Pass null to clear a field. Always read the current profile first with get_profile. If the source data (CV, website, etc.) is missing information for a field, ask the user rather than guessing or leaving it blank. Write professional, clean descriptions — never copy placeholder text like "lorem ipsum".
SUMMARY WRITING GUIDE: The summary is the most important field — it's the first thing companies read. A strong summary follows this pattern: [Role] with [X years] experience in [core tech stack]. [One differentiator or achievement]. Example: "Senior Full-Stack Developer with 8 years of experience in React, Node.js, and AWS. Built and scaled a SaaS platform serving 200K users." Keep it under 500 characters — enough for a second differentiator sentence if needed. Avoid generic fluff like "passionate developer" or "team player" — be specific and quantifiable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Your public profile URL slug (must be unique) | |
| No | Update your email address | ||
| name | No | Your full name | |
| avatarUrl | No | Your avatar/photo URL | |
| phone | No | Your phone number | |
| url | No | Your personal website URL | |
| summary | No | A brief professional summary or bio | |
| location | No | Your location | |
| githubUrl | No | Your GitHub profile URL | |
| facebookUrl | No | Your Facebook profile URL | |
| twitterUrl | No | Your Twitter/X profile URL | |
| linkedinUrl | No | Your LinkedIn profile URL | |
| youtubeUrl | No | Your YouTube channel URL |