Skip to main content
Glama
MIT License
13
77
  • Linux
  • Apple

createClientReport

Generate detailed penetration testing reports for clients by compiling scan results, executive summaries, and actionable recommendations with the Pentest MCP server.

Input Schema

NameRequiredDescriptionDefault
assessmentTypeYesType of assessment
clientYesClient name for the report
recommendationsNoList of recommendations
scanIdsYesIDs of scans to include
summaryNoExecutive summary
titleYesTitle of the assessment report

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assessmentType": { "description": "Type of assessment", "type": "string" }, "client": { "description": "Client name for the report", "type": "string" }, "recommendations": { "description": "List of recommendations", "items": { "type": "string" }, "type": "array" }, "scanIds": { "description": "IDs of scans to include", "items": { "type": "string" }, "type": "array" }, "summary": { "description": "Executive summary", "type": "string" }, "title": { "description": "Title of the assessment report", "type": "string" } }, "required": [ "client", "title", "assessmentType", "scanIds" ], "type": "object" }

Other Tools from Pentest MCP

Related Tools

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/DMontgomery40/pentest-mcp'

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