Skip to main content
Glama

DefectDojo MCP Server

by jamiesonio

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

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