get_ai_summary_prompt
Generates a tailored prompt for an AI to create a security summary by report type and scan findings.
Instructions
Return a report-type-tailored prompt (with a grounded findings digest) that the CALLING AI should run to produce an AI security summary. Then pass the generated text back via the ai_summary parameter of the matching report tool (or scan_and_report). The server performs no LLM calls. Use this to make each summary specific to the report type (dashboard / security scan / HW Defense 护网 / MLPS3 等保).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_type | Yes | Target report type the summary is for: dashboard (overview), html (AWS security scan report), hw_defense (护网 attack-defense drill), mlps3 (等保三级 compliance) | |
| scan_results | Yes | JSON string of FullScanResult from scan_all / scan_group | |
| lang | No | Summary language (default: zh) |