get_threat_models_report
Generate a detailed report on threat models, specifying start and end dates, to analyze and manage security risks effectively using Devici MCP Server.
Instructions
Get threat models report data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end | No | ||
start | No |
Input Schema (JSON Schema)
{
"properties": {
"end": {
"default": null,
"title": "End",
"type": "string"
},
"start": {
"default": null,
"title": "Start",
"type": "string"
}
},
"title": "get_threat_models_reportArguments",
"type": "object"
}