maltego_generate_report
Generate a deterministic investigation report for an active graph, including executive summary, key findings, entity inventory, and suggested next steps. Returns markdown or HTML.
Instructions
Generate a deterministic investigation report for the active graph.
The report includes an executive summary, key findings (pivots), an entity inventory by type, relationship highlights, and suggested next steps. Returns the report text inline (use maltego_export_report to write it to a file).
Args: params (GenerateReportInput): - format (ReportFormat): 'markdown' (default) or 'html'.
Returns: str: The full report as Markdown or HTML text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |