Skip to main content
Glama

DefectDojo MCP Server

by jamiesonio

update_engagement

Modify engagement details in DefectDojo, including name, target dates, status, description, and tags, using the engagement ID for identification.

Instructions

Update an existing engagement

Input Schema

NameRequiredDescriptionDefault
branch_tagNo
build_idNo
commit_hashNo
deduplication_on_engagementNo
descriptionNo
engagement_idYes
engagement_typeNo
lead_idNo
nameNo
statusNo
tagsNo
target_endNo
target_startNo
versionNo

Input Schema (JSON Schema)

{ "properties": { "branch_tag": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Branch Tag" }, "build_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Build Id" }, "commit_hash": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Commit Hash" }, "deduplication_on_engagement": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Deduplication On Engagement" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "engagement_id": { "title": "Engagement Id", "type": "integer" }, "engagement_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Engagement Type" }, "lead_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Lead Id" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Status" }, "tags": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tags" }, "target_end": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Target End" }, "target_start": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Target Start" }, "version": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Version" } }, "required": [ "engagement_id" ], "title": "update_engagementArguments", "type": "object" }

Other Tools from DefectDojo MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamiesonio/defectdojo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server