close_engagement
Terminate an engagement in DefectDojo by specifying its ID using this MCP server tool. Simplifies vulnerability management workflows by programmatically closing engagements.
Instructions
Close an engagement
Input Schema
Name | Required | Description | Default |
---|---|---|---|
engagement_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"engagement_id": {
"title": "Engagement Id",
"type": "integer"
}
},
"required": [
"engagement_id"
],
"title": "close_engagementArguments",
"type": "object"
}