Skip to main content
Glama

Update Profile

update_profile
Idempotent

Update 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

TableJSON Schema
NameRequiredDescriptionDefault
slugNoYour public profile URL slug (must be unique)
emailNoUpdate your email address
nameNoYour full name
avatarUrlNoYour avatar/photo URL
phoneNoYour phone number
urlNoYour personal website URL
summaryNoA brief professional summary or bio
locationNoYour location
githubUrlNoYour GitHub profile URL
facebookUrlNoYour Facebook profile URL
twitterUrlNoYour Twitter/X profile URL
linkedinUrlNoYour LinkedIn profile URL
youtubeUrlNoYour YouTube channel URL
Behavior5/5

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

The description adds behavioral traits beyond annotations: 'omitted fields are left as-is', 'Pass null to clear a field', and detailed guidance on summary quality. Annotations only indicate idempotent=true; the description significantly enriches the agent's understanding.

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

Conciseness3/5

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

The description is front-loaded with the core action, but the summary writing guide is quite lengthy and could be condensed without losing essential guidance. Some repetition exists, making it less concise than optimal.

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

Completeness5/5

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

Given there is no output schema and annotations are minimal, the description fully covers update semantics, prerequisites, and field-specific writing standards. It is complete for an AI agent to use correctly.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds important semantic context: partial update behavior and null-as-clear. This goes beyond individual parameter descriptions, though the schema already describes each field sufficiently.

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 clearly states 'Update the user's Remoet profile' and specifies that only changed fields need to be provided, with omitted fields left as-is. This distinguishes it from sibling tools like get_profile and other update tools.

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 description gives clear context: 'Always read the current profile first with get_profile' and advises to ask the user when source data is missing. It includes writing guidelines for the summary field. However, it does not explicitly exclude alternatives or mention when not to use the tool, which prevents a score of 5.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/remoet-labs/remoet-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server