DefectDojo MCP Server

MIT License
1
  • Linux
  • Apple

list_products

Retrieve a list of products from DefectDojo with customizable filtering, pagination, and sorting options for efficient vulnerability management.

Instructions

List all products with optional filtering and pagination support

Input Schema

NameRequiredDescriptionDefault
limitNo
nameNo
offsetNo
prod_typeNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "title": "Limit", "type": "integer" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "offset": { "default": 0, "title": "Offset", "type": "integer" }, "prod_type": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Prod Type" } }, "title": "list_productsArguments", "type": "object" }

You must be authenticated.

Other Tools from DefectDojo MCP Server

Related Tools

ID: exlay0zmev