DefectDojo MCP Server

MIT License
1
  • Linux
  • Apple

get_findings

Retrieve and filter vulnerability findings by product name, severity, and status, with pagination support, using the DefectDojo MCP Server.

Instructions

Get findings with filtering options and pagination support

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo
product_nameNo
severityNo
statusNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" }, "product_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Product Name" }, "severity": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Severity" }, "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Status" } }, "title": "get_findingsArguments", "type": "object" }

You must be authenticated.

Other Tools from DefectDojo MCP Server

Related Tools

ID: exlay0zmev