change-user-password
Reset a user's password by specifying the user ID and the new password.
Instructions
Change a user's password
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userID | Yes | ID of user to update | |
| password | No |
Reset a user's password by specifying the user ID and the new password.
Change a user's password
| Name | Required | Description | Default |
|---|---|---|---|
| userID | Yes | ID of user to update | |
| password | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden for behavioral disclosure. It only states the action without revealing side effects (e.g., session invalidation), permission requirements, or consequences. This is insufficient for a state-changing tool.
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, short sentence with no wasted words. However, it is under-specified, lacking important context like usage conditions or parameter semantics, which makes it less effective as a complete specification.
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 mutation tool with no annotations and no output schema, the description is incomplete. It does not explain the impact of the password change, any required permissions, or expected return values, leaving the agent under-informed for safe invocation.
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 coverage is 50% (userID has a description, password only a title). The description adds no parameter details, leaving the 'password' parameter unclear (e.g., format, minimum length, or purpose). It does not compensate for the low schema 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 uses a specific verb ('Change') and resource ('user's password'), clearly stating the action. It distinguishes from sibling tools like update-user-by-id by focusing specifically on password changes rather than general user 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 provides no guidance on when to use this tool versus alternatives, such as update-user-by-id or add-user. There are no mentions of prerequisites, exclusions, or preferred contexts.
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/concrete5-community/concretecms-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server