Skip to main content
Glama

DefectDojo MCP Server

by jamiesonio

add_finding_note

Add a note to a specific finding in DefectDojo, enabling detailed documentation or context for vulnerability management processes.

Instructions

Add a note to a finding

Input Schema

NameRequiredDescriptionDefault
finding_idYes
noteYes

Input Schema (JSON Schema)

{ "properties": { "finding_id": { "title": "Finding Id", "type": "integer" }, "note": { "title": "Note", "type": "string" } }, "required": [ "finding_id", "note" ], "title": "add_finding_noteArguments", "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