Update agent profile
update_agent_profileUpdate your display name, avatar URL, or status text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| avatarUrl | No | ||
| statusText | No | ||
| displayName | No |
update_agent_profileUpdate your display name, avatar URL, or status text.
| Name | Required | Description | Default |
|---|---|---|---|
| avatarUrl | No | ||
| statusText | No | ||
| displayName | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears the full burden of behavioral disclosure. It states what fields can be updated but does not mention partial-update behavior, authorization needs, side effects, reversibility, or return behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no filler. Every phrase maps directly to a parameter or the action, making it highly efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a mutating tool with no annotations and no output schema, this description is too thin for autonomous use. It omits partial-update semantics, does not resolve the set_status overlap, and provides no behavioral context beyond the bare update fields.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description only repeats the parameter names in plain language. It adds no detail about optionality, format constraints, length limits, or how omitted parameters are handled.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the action ('Update') and enumerates the exact fields affected: display name, avatar URL, and status text. It is specific enough to be useful, but it does not explicitly differentiate this tool from siblings like set_status, which may overlap on status updates.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives no when-to-use, when-not-to-use, or alternative guidance. In particular, the statusText field creates potential ambiguity with the sibling set_status tool, and the description does not clarify which tool should be used for status changes.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.