Skip to main content
Glama

DefectDojo MCP Server

by jamiesonio

list_engagements

Retrieve and filter engagements in DefectDojo with pagination options to manage vulnerability assessment workflows efficiently.

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" }

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