Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

crypto_password_strength

Read-onlyIdempotent

Analyze a password's strength by calculating a 0-100 score, Shannon entropy, estimated offline crack time, and actionable feedback. Optionally penalize inclusion of username or context words.

Instructions

Password Strength Checker. Score the strength of one password — returns a 0-100 score, a strength label, Shannon entropy in bits, an estimated offline crack time, and actionable feedback plus the character-class breakdown. Use it for a single password; use crypto_password_strength_bulk to score many at once. Optionally pass a username and context words so reuse of those terms is penalised. Analysis is local, deterministic compute on the input you provide: read-only, non-destructive, never stored, and the password is never logged. Rate-limited (30 requests/min anonymous).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
passwordYesThe password to analyse. Required; an empty string scores 0.
usernameNoOptional account username; if the password contains it (case-insensitive) the score is reduced.
commonWordsNoOptional context words (site name, real name); each word longer than 3 chars found in the password lowers the score.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
scoreNoStrength score, 0 (weak) to 100 (strong).
strengthNoLabel: Very Weak, Weak, Fair, Good, or Strong.
strengthClassNoCSS colour class for the label.
lengthNoPassword length in bytes.
entropyNoShannon entropy in bits, rounded to 2 dp.
crackTimeNoEstimated offline crack time.
feedbackNoWarnings and improvement suggestions.
positivesNoStrengths detected in the password.
detailsNoCharacter-class breakdown.
Behavior5/5

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

Annotations already indicate safe operations. Description adds valuable context: 'local, deterministic compute', 'read-only, non-destructive, never stored, password never logged'. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Four sentences, well front-loaded with purpose and scope. Every sentence adds necessary information: purpose, returned value, alternative tool, optional params, behavioral guarantees, rate limit. No fluff.

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

Completeness5/5

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

Given the tool has 3 params and an output schema, description covers all key aspects: input handling, behavioral guarantees, rate limiting, and distinction from sibling. Output schema provides return details, so completeness is high.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. Description adds explanation of how each parameter affects scoring (e.g., 'if the password contains it (case-insensitive) the score is reduced'), going beyond schema descriptions.

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?

Clearly states 'Password Strength Checker' with specific verb 'Score the strength of one password' and resource 'returns a 0-100 score, strength label, etc.' Differentiates from sibling crypto_password_strength_bulk for bulk use.

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

Usage Guidelines5/5

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

Explicitly tells when to use this tool (single password) and when to use sibling (bulk). Mentions optional parameters and their effect. Also discloses rate limit (30 req/min anonymous), guiding appropriate use.

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/Jambozx/onlinecybertools-mcp-server'

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