Skip to main content
Glama
0xMihirK
by 0xMihirK

web_vuln_scan

Scan web applications for vulnerabilities using Dalfox or Commix, targeting a specified URL with options for cookies, threads, and extra arguments.

Instructions

Purpose: Run web vulnerability scanners selected by tool=dalfox|commix. Constraints: Requires target_url. Dalfox maps threads to --worker and supports cookie and extra_args. Commix supports data, cookie, threads when native support exists, and extra_args.… Example: web_vuln_scan(tool='dalfox', target_url='http://host/?q=1', threads=8)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
toolYes
cookieNo
threadsNo
extra_argsNo
target_urlYes
include_rawNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It adds useful details like Dalfox mapping threads to --worker and supports cookie/extra_args, but does not explain include_raw or broader side effects (e.g., network traffic, output formatting). This is moderate transparency but leaves gaps.

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 concise with a clear structure: Purpose, Constraints, Example. It avoids waste, though the trailing ellipsis suggests truncation. It efficiently conveys key information.

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?

The tool has 7 parameters, no annotations, and an output schema. The description covers the core purpose, constraints, and parameter mappings, but lacks guidance on when to choose this over other scanners, omits include_raw, and does not describe the output or side effects. This is adequate but not fully complete for a complex tool.

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?

The input schema has 0% description coverage, so the description must compensate. It explains the purpose of tool, target_url (via example), threads mapping, cookie, extra_args, and data (for commix), but omits include_raw. This is strong compensation for most parameters, but not complete.

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 function with a specific verb+resource ('Run web vulnerability scanners') and distinguishes it from siblings by naming the supported scanners (dalfox, commix). This makes the purpose unambiguous and unique among the sibling tools.

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

Usage Guidelines3/5

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

The description implies when to use the tool (when you need to run dalfox or commix scans) but does not explicitly state when not to use it or compare it to alternatives (e.g., sqlmap_run, nuclei_run). It provides constraints but no exclusion criteria.

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/0xMihirK/hercules-mcp'

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