DefectDojo MCP Server

MIT License
1
  • Linux
  • Apple

list_engagements

Retrieve and filter engagement details from DefectDojo MCP Server, supporting pagination and customization by name, status, or product ID.

Instructions

List engagements with optional filtering and pagination support

Input Schema

NameRequiredDescriptionDefault
limitNo
nameNo
offsetNo
product_idNo
statusNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "offset": { "default": 0, "title": "Offset", "type": "integer" }, "product_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Product Id" }, "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Status" } }, "title": "list_engagementsArguments", "type": "object" }

You must be authenticated.

Other Tools from DefectDojo MCP Server

Related Tools

ID: exlay0zmev