Skip to main content
Glama

DefectDojo MCP Server

by jamiesonio

list_products

Retrieve and filter products in DefectDojo using pagination for efficient vulnerability management. Supports parameters like name, product type, limit, and offset for customizable queries.

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

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