Skip to main content
Glama

DefectDojo MCP Server

by jamiesonio

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

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