get_mitigations_by_threat
Retrieve mitigation strategies for a specific threat using the Devici MCP Server, enabling effective threat management and response.
Instructions
Get mitigations for a specific threat
Input Schema
Name | Required | Description | Default |
---|---|---|---|
threat_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"threat_id": {
"title": "Threat Id",
"type": "string"
}
},
"required": [
"threat_id"
],
"title": "get_mitigations_by_threatArguments",
"type": "object"
}