get_mitigation
Retrieve a specific mitigation by its unique ID using the Devici MCP Server, enabling precise access to threat modeling resources for effective risk management.
Instructions
Get a specific mitigation by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mitigation_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"mitigation_id": {
"title": "Mitigation Id",
"type": "string"
}
},
"required": [
"mitigation_id"
],
"title": "get_mitigationArguments",
"type": "object"
}