Skip to main content
Glama

wpscan_scan

Scan WordPress sites for vulnerabilities, enumerate plugins, themes, and users, and identify security issues.

Instructions

Scan a WordPress site for vulnerabilities, plugins, themes, and users using WPScan.

Args: url: WordPress site URL (e.g. https://example.com). enumerate: Enumeration options — vp (vulnerable plugins), vt (vulnerable themes), u (users), ap (all plugins), at (all themes), cb (config backups), dbe (db exports). api_token: WPScan API token for vulnerability database lookups (optional but recommended). threads: Number of concurrent threads (default 5, max 20). timeout: Override default timeout in seconds.

Returns: WordPress version, vulnerable plugins/themes, user enumeration, and security issues.

Note: - Free WPScan API token at https://wpscan.com provides 75 daily requests. - Target must be in tengu.toml [targets].allowed_hosts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
threadsNo
timeoutNo
api_tokenNo
enumerateNovp,vt,u

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses behavioral constraints: 75 daily API requests with free token, target must be in allowed_hosts, and a timeout parameter. However, it does not explicitly state that the scan is non-destructive or could generate network traffic against the target, which might be relevant for authorization. It adds some useful context but not a complete behavioral profile.

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 Args, Returns, and Note sections, and the main purpose is stated in the first sentence. It is slightly longer than strictly necessary but every sentence delivers useful information about parameters, prerequisites, or output. No filler or redundant content.

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

Completeness4/5

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

Given the tool has 5 parameters, an output schema, and no annotations, the description covers the essential context: what it does, how to invoke each parameter, what it returns, and important notes about API token and target authorization. It does not discuss potential side effects or examples of full usage, but with an output schema present this is sufficient. The note about allowed_hosts is a critical operational context.

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?

Schema description coverage is 0%, yet the description's Args section fully explains every parameter: url with example, enumerate with specific option abbreviations, api_token with recommendation, threads with default/max, and timeout with default behavior. This entirely compensates for the schema's lack of descriptions, providing actionable semantics for each parameter.

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 opens with a specific verb and resource: 'Scan a WordPress site for vulnerabilities, plugins, themes, and users using WPScan.' This clearly identifies the tool's function and scope, and distinguishes it from sibling scanners like nikto_scan or nuclei_scan which target broader web infrastructure. The enumeration options further clarify its exact purpose.

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 clear contextual guidance: prerequisites like the WPScan API token and the requirement that the target be in tengu.toml allowed_hosts. It implies use for WordPress targets but does not explicitly state when to use this tool over alternatives or when not to. The context is clear enough to make appropriate use decisions, though exclusions are not directly stated.

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/rfunix/tengu'

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