Skip to main content
Glama

wordlist_gen

Generate custom wordlists for penetration testing. Create password, username, or subdomain lists tailored to a target using brand, keywords, and patterns.

Instructions

Generate a wordlist tailored to the target surface.

Modes:

  • passwords: combine brand / keyword seeds with leet substitution, capitalization variants, common suffixes and year suffixes.

  • usernames: combine person names into common patterns (first, last, first.last, flast, firstl, …).

  • subdomains: combine brand + keywords with a curated list of common environment / service subdomain labels.

Pure function. No network.

Args: mode: One of passwords, usernames, subdomains. brand: Target organization brand (used in all modes). names: List of person names ("Jane Doe") for usernames mode. keywords: Additional seed words for passwords / subdomains. years: Year strings to append (passwords mode). max_size: Hard cap on returned entries.

Returns: GenReport with sample (the wordlist itself, up to max_size).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
brandNo
namesNo
yearsNo
keywordsNo
max_sizeNo
Behavior4/5

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

Without annotations, the description carries the full burden. It explicitly states 'Pure function. No network.' which is a key behavioral trait. It also describes the return type (GenReport with sample) and the hard cap via max_size. However, it doesn't mention if there are any limits on input sizes or potential errors.

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 highly concise and well-structured: a one-line summary, then bulleted mode descriptions with clear transformations, followed by a parameter list. Every sentence adds value, and the format is easy to parse for an AI agent.

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 6 parameters, no output schema, and no annotations, the description covers all essential aspects: purpose, mode details, parameter roles, behavioral traits (pure, no network), and return type. There are no obvious gaps that would hinder correct invocation.

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

Parameters5/5

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

The input schema has no descriptions (0% coverage), but the tool description fully compensates by explaining each parameter: mode enum, brand used across modes, names for usernames, keywords for passwords/subdomains, years for passwords, and max_size as a cap. This provides all necessary semantic context beyond the raw schema.

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 tool's purpose: 'Generate a wordlist tailored to the target surface.' It lists three distinct modes (passwords, usernames, subdomains) with specific transformations, making it easy to understand the output. The tool's function is well-differentiated from sibling tools which focus on audits, creds lookup, etc.

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

Usage Guidelines4/5

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

The description provides explicit usage scenarios by mode (e.g., combine brand/keywords with leet substitution for passwords). It doesn't state when to avoid using the tool, but the mode descriptions implicitly guide appropriate contexts. No explicit alternatives are given, but the sibling tools are clearly different.

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/actions-marketplace-validations/x0base_mcp-security-toolkit'

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