Skip to main content
Glama

Adversary MCP Server

by brettbergin

adv_unmark_false_positive

Remove false positive markings from a security finding by specifying its UUID and the associated adversary file path, ensuring accurate vulnerability tracking and analysis.

Instructions

Remove false positive marking from a finding

Input Schema

NameRequiredDescriptionDefault
adversary_file_pathYesPath to the .adversary.json file containing the finding
finding_uuidYesUUID of the finding to unmark

Input Schema (JSON Schema)

{ "properties": { "adversary_file_path": { "description": "Path to the .adversary.json file containing the finding", "type": "string" }, "finding_uuid": { "description": "UUID of the finding to unmark", "type": "string" } }, "required": [ "finding_uuid", "adversary_file_path" ], "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