update_user
Update user information such as name, email, password, and department. Modify account status or biography.
Instructions
Update user instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter: id | |
| body | Yes | User |
Update user information such as name, email, password, and department. Modify account status or biography.
Update user instance.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter: id | |
| body | Yes | User |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It merely says 'Update user instance' without disclosing whether it performs a partial or full update, required permissions, side effects, or idempotency. This is insufficient for an AI agent to understand the tool's 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 very concise (three words), which is front-loaded but lacks structure. It is functionally minimal but not necessarily efficient, as it omits useful context that could be added without bloating.
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?
There is no output schema, so the description should clarify what the tool returns (e.g., updated user object or success message). It does not provide that context. Given the complexity of the nested body object and presence of sibling tools, the description is incomplete.
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 100%, so the schema already documents parameters. The description adds no extra meaning beyond what is in the schema, such as explaining the lockedOut constraint or password pattern. Baseline score of 3 is appropriate given full coverage.
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 'Update user instance.' clearly indicates the verb 'update' and the resource 'user', which distinguishes it from siblings like create_user or delete_user. However, it lacks specificity about what aspects of the user are updated, relying on the schema for detail.
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?
No guidance is provided on when to use this tool versus alternatives like change_password or set_user_roles. The description does not clarify that it is for updating general user attributes, nor does it mention exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/taherkaraki/tie-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server