get_threats_by_component
Identify and retrieve threats associated with a specific component using the Devici MCP Server, enabling effective threat modeling and risk management.
Instructions
Get threats for a specific component
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"component_id": {
"title": "Component Id",
"type": "string"
}
},
"required": [
"component_id"
],
"title": "get_threats_by_componentArguments",
"type": "object"
}