Skip to main content
Glama

Adversary MCP Server

by brettbergin

adv_mark_false_positive

Mark a finding as a false positive in the .adversary.json file by specifying the finding UUID, reason, and marked-by details to manage security insights effectively.

Instructions

Mark a finding as a false positive in the .adversary.json file

Input Schema

NameRequiredDescriptionDefault
finding_uuidYesUUID of the finding to mark as false positive
marked_byNoName of the person marking this as false positiveMCP User
pathNoPath to directory containing .adversary.json or direct path to .adversary.json file.
reasonNoReason for marking as false positiveManually marked via MCP tool

Input Schema (JSON Schema)

{ "properties": { "finding_uuid": { "description": "UUID of the finding to mark as false positive", "type": "string" }, "marked_by": { "default": "MCP User", "description": "Name of the person marking this as false positive", "type": "string" }, "path": { "default": ".", "description": "Path to directory containing .adversary.json or direct path to .adversary.json file", "type": "string" }, "reason": { "default": "Manually marked via MCP tool", "description": "Reason for marking as false positive", "type": "string" } }, "required": [ "finding_uuid" ], "type": "object" }
Install Server

Other Tools from Adversary 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/brettbergin/adversary-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server