Skip to main content
Glama
SlanyCukr

Bug Bounty MCP Server

by SlanyCukr

gobuster_scan

Execute Gobuster scans to discover directories, DNS subdomains, and virtual hosts using customizable wordlists and parameters for web application reconnaissance.

Instructions

Execute Gobuster to find directories, DNS subdomains, or virtual hosts with enhanced logging.

Args: url: Target URL or domain mode: Scan mode (dir, dns, vhost, fuzz) wordlist: Wordlist file path extensions: File extensions to search for threads: Number of threads timeout: Request timeout user_agent: Custom User-Agent cookies: Cookies to include additional_args: Additional Gobuster arguments

Returns: Directory and subdomain discovery results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
additional_argsNo
cookiesNo
extensionsNo
modeNodir
threadsNo
timeoutNo10s
urlYes
user_agentNo
wordlistNo/usr/share/wordlists/dirb/common.txt

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions 'enhanced logging' but doesn't explain what this means operationally. It doesn't disclose whether this is a read-only or destructive operation, what permissions are needed, rate limits, network impact, or what happens when scanning completes. For a security scanning tool with potential legal/ethical implications, this is a significant gap.

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

Conciseness4/5

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

The description is well-structured with clear sections for Args and Returns. The opening sentence efficiently states the purpose. However, the parameter list could be more concise, and some parameter descriptions are minimal (e.g., 'Cookies to include' without format guidance). Overall, it's appropriately sized for a complex tool.

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

Completeness3/5

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

Given the tool's complexity (9 parameters, security scanning function) and the presence of an output schema (which handles return values), the description is moderately complete. It covers the basic purpose and parameters but lacks critical context about when to use it, behavioral characteristics, and differentiation from similar tools. For a security tool with ethical implications, more guidance would be expected.

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?

With 0% schema description coverage, the description provides substantial parameter information beyond the bare schema. It lists all 9 parameters with brief explanations of their purpose (e.g., 'Scan mode (dir, dns, vhost, fuzz)', 'Wordlist file path'), though it doesn't provide detailed examples or constraints. This compensates well for the schema's lack of descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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: 'Execute Gobuster to find directories, DNS subdomains, or virtual hosts with enhanced logging.' It specifies the verb ('execute'), resource ('Gobuster'), and what it finds, but doesn't explicitly differentiate from sibling tools like dirb_scan or feroxbuster_scan that perform similar directory scanning functions.

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

Usage Guidelines2/5

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. With many sibling tools for scanning and reconnaissance (e.g., dirb_scan, feroxbuster_scan, subfinder_scan), there's no indication of when Gobuster is preferred, what scenarios it's best suited for, or any prerequisites for 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/SlanyCukr/bugbounty-mcp-server'

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