Skip to main content
Glama

report_web

Run reconnaissance and AI hunting on a web target to generate a security-assessment report, with optional styled HTML output.

Instructions

Hunt a web target and produce a polished security-assessment report.

Runs recon + the AI hunt, then renders a Markdown report (returned) and, if save_html is given, a styled self-contained HTML report written to that path. Authorized, non-destructive; authorized targets only. Args: url: the target to assess save_html: optional path for the styled HTML report (e.g. "reports/dvwa.html")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
save_htmlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the burden and does well by disclosing 'Authorized, non-destructive; authorized targets only' and noting the optional file-writing side effect for HTML reports. It adds useful safety context but could have detailed authentication or rate-limit considerations.

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 a clear summary, workflow, safety note, and an Args section. Each sentence contributes value, though it is slightly lengthy; it remains efficient and easy to parse.

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 existence of an output schema, the description correctly avoids re-explaining return values. It covers the overall workflow, output format, and safety constraints. It could mention more about the 'AI hunt' but is sufficient for the agent to decide when to invoke.

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?

Schema coverage is 0%, but the description compensates by explaining 'url' as the target and 'save_html' as an optional path for the styled HTML report with an example. This adds meaningful semantics beyond the raw schema fields.

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 uses a specific verb 'Hunt' with a clear resource 'web target' and states the precise output as a 'polished security-assessment report'. It distinguishes itself from siblings like report_source or hunt by explicitly stating it combines recon + hunt into a report workflow.

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 clearly implies usage for web target security assessments and describes the internal workflow (recon + AI hunt + report). However, it does not explicitly state when not to use this tool or list alternative tools for different scenarios, such as report_source or recon alone.

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/GOJO-SENPA1/novelty'

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