DefectDojo MCP Server

MIT License
1
  • Linux
  • Apple

search_findings

Locate and navigate findings in DefectDojo using text queries, pagination, and filters like severity or status for efficient vulnerability management.

Instructions

Search for findings using a text query with pagination support

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo
product_nameNo
queryYes
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" }, "query": { "title": "Query", "type": "string" }, "severity": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Severity" }, "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Status" } }, "required": [ "query" ], "title": "search_findingsArguments", "type": "object" }

You must be authenticated.

Other Tools from DefectDojo MCP Server

Related Tools

ID: exlay0zmev