Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

crypto_password_generator_passphrase

Read-only

Generate memorable diceware passphrases by joining random words from curated lists. Customize word count, separators, capitalization, numbers, and symbols for secure, human-typable passwords.

Instructions

Diceware Passphrase Generator. Generate one or more memorable diceware-style passphrases by joining randomly-chosen dictionary words with a separator. Use this for human-typable word passphrases; use crypto_password_generator for dense mixed-character passwords or crypto_password_generator_pin for numeric-only codes. Words are picked with crypto.getRandomValues. Runs locally on the input you provide: read-only, non-destructive, contacts no external service, and is rate-limited (30 requests/min, 200/hour, 1000/day for anonymous callers). Returns each passphrase with its component words, character length, and word count, plus the normalized options actually applied.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wordCountNoNumber of words per passphrase. Clamped to 3-10.
separatorNoString placed between words. Any string is allowed; pass an empty string to concatenate words with no separator.-
capitalizeNoWhen true, the first letter of each word is uppercased.
includeNumbersNoWhen true, a random number (10-9999) is appended to the end of the passphrase.
includeSymbolsNoWhen true, one random symbol from !@#$%&* is appended to the end of the passphrase.
wordListNoSource word list. "common" is 64 five-to-six-letter words; "simple" is 40 short three-to-four-letter words. An unknown value falls back to "common".common
quantityNoHow many passphrases to generate. Clamped to 1-50.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
passphrasesNoThe generated passphrases, one entry per requested quantity.
optionsNoThe normalized options actually used after clamping defaults.
Behavior5/5

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

Annotations show readOnlyHint=true and destructiveHint=false. The description adds key transparency details: local execution, crypto.getRandomValues, rate limits (30/min, 200/hr, 1000/day), and non-destructive nature. No contradiction.

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?

The description is 5 sentences, well-organized, front-loading the purpose and usage, with no redundant or unnecessary information.

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's complexity (7 parameters, optional output schema), the description covers purpose, usage, behavioral details, and links to alternatives. The mention of return structure complements the output schema, making it complete for effective agent selection.

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?

Schema coverage is 100% with good parameter descriptions; the tool description does not add additional semantic meaning beyond what the schema already provides, though it does reference the output structure.

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 purpose as generating diceware-style passphrases, specifies the verb 'generate', and distinguishes from sibling tools (crypto_password_generator, crypto_password_generator_pin) by noting their different use cases (dense passwords, numeric codes).

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 states when to use this tool ('for human-typable word passphrases') and when to use alternatives ('use crypto_password_generator for dense mixed-character passwords or crypto_password_generator_pin for numeric-only codes'), providing clear guidance.

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