Pwstrength
pwstrengthPassword Strength: Offline entropy/strength estimate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
pwstrengthPassword Strength: Offline entropy/strength estimate
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. It usefully discloses that the estimate is computed offline, which is a meaningful privacy-related behavior. However, it does not explain what the output represents, whether any data is transmitted, or how the strength estimate is derived.
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 short and front-loaded, with no filler. 'Password Strength:' is somewhat redundant with the tool name, but the rest of the phrase adds the key behavioral detail 'offline entropy/strength estimate' efficiently.
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 one-parameter tool with an output schema, the description is mostly sufficient: an agent can infer the input and call the tool. The main gap is the lack of differentiation from similarly named siblings and the absence of explicit usage guidance, which matters because many password/entropy tools exist in this list.
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?
Although schema description coverage is 0%, the single generic parameter 'q' is given practical meaning by the phrase 'Password Strength': q is clearly the password to evaluate. The description compensates for the empty schema by tying the parameter to the tool's purpose.
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 resource (password) and the function (entropy/strength estimate), and adds the important qualifier 'offline'. It does not explicitly distinguish itself from similar siblings like passentropy or passwordcheck, but the core purpose is unambiguous.
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 word 'offline' implies this tool is appropriate when a local, non-network estimate is desired, but there is no explicit guidance about when to choose this tool over siblings such as passentropy, entropy, or passwordcheck. Usage context is only implied, not stated.
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.