Skip to main content
Glama
dmccaffery

claude-desktop-mcp

by dmccaffery

users_update_user

Update an existing user's profile fields, including name and email, to keep account information current.

Instructions

Update profile fields on an existing user account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew full name.
emailNoNew email address.
user_idYesUser to update.
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'Update profile fields', which conveys mutation but nothing about partial updates, error behavior, authorization needs, or side effects. This is insufficient for an agent to safely invoke the tool.

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 description is a single clear sentence with no wasted words. It is front-loaded with the verb and resource. However, it is so brief that it misses the opportunity to add usage or behavioral context, though that is a matter of completeness rather than conciseness.

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

Completeness2/5

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

Given the lack of annotations and no output schema, the description offers minimal context. For a mutation tool, agents would benefit from knowing whether unspecified fields remain unchanged, whether the user must exist, and what the response contains. The simple three-parameter schema does not compensate for this absence.

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?

The input schema has 100% coverage with descriptions for each parameter (name, email, user_id). The description adds no extra semantic meaning beyond 'profile fields', which is already implied by the schema. Baseline of 3 is appropriate since the schema does the necessary work.

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 the action ('Update') and the resource ('existing user account'), with a specific scope ('profile fields'). It distinguishes from siblings like users_create_user, users_delete_user, and users_set_user_role, making the purpose unambiguous.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives such as users_set_user_role or users_reset_user_password. There is no mention of prerequisites, or explicit 'when not to use', leaving agents to infer usage from the tool name and description alone.

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/dmccaffery/claude-desktop-mcp'

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