Skip to main content
Glama

generate_pentest_report

Generate professional pentest reports from verified findings with attack chains, remediation, and severity/confidence/host filters. Output Markdown or HTML, including confirmed-only for zero false positives.

Instructions

Generate a professional finding-based pentest report with attack chains and remediation.

title: report title min_severity: minimum severity to include — info, low, medium, high, critical min_confidence: minimum confidence to include — low, medium, high host: filter by specific host (empty = all hosts) save_to: optional file path to save the report (must be under artifacts/, /tmp, or /var/tmp) format: 'markdown' (default) or 'html' (self-contained HTML file, suitable for client delivery) confirmed_only: if True, only include findings marked 'confirmed' via update_finding_status. Use after running a validation agent for a zero-false-positive report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNo
titleNoPenetration Test Report
formatNomarkdown
save_toNo
min_severityNolow
confirmed_onlyNo
min_confidenceNolow
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It details important constraints such as 'save_to' being restricted to specific directories and the meaning of 'confirmed_only' as filtering to confirmed findings. However, it does not disclose potential side effects (e.g., file overwriting), return value (content vs. saved file path), or preconditions like requiring existing findings, leaving some gaps in transparency.

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 well-structured with a concise purpose statement followed by a bulleted parameter list. Each sentence adds value, and the format is easy to scan. The length is appropriate for a tool with seven parameters, and it front-loads the core purpose before detailing parameters.

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's complexity (7 optional parameters, no output schema, no annotations), the description covers all parameters and provides usage context for 'confirmed_only'. It does not explicitly state what the tool returns (e.g., report content or saved file path), which would be useful for agent decision-making, but overall it is fairly complete for its complexity.

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%, but the description compensates by explaining every parameter in plain language. It clarifies semantics like 'min_severity' values, 'host' filter behavior, 'format' options with 'html' suitability for client delivery, and 'confirmed_only' as a filter tied to 'update_finding_status'. This adds substantial meaning beyond the schema's simple name/type/default declarations.

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: 'Generate a professional finding-based pentest report with attack chains and remediation.' This uses a specific verb ('generate') and resource ('pentest report') with distinct features (findings, attack chains, remediation). It distinguishes from sibling tools like 'generate_report' by focusing specifically on pentest reporting.

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 provides implicit context on when to use the tool, but does not explicitly contrast with alternatives. It does offer usage guidance for the 'confirmed_only' parameter, stating to use it after running a validation agent for a zero-false-positive report. However, there is no explicit statement of when to use this tool versus, say, 'generate_report' or how to configure it for typical scenarios.

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/Neeraj829784/kali-mcp'

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