Huntress-MCP-Server

get_incident_report

Get details of a specific incident report

Input Schema

NameRequiredDescriptionDefault
report_idYesIncident Report ID

Input Schema (JSON Schema)

{ "properties": { "report_id": { "description": "Incident Report ID", "type": "integer" } }, "required": [ "report_id" ], "type": "object" }