Skip to main content
Glama

Adversary MCP Server

by brettbergin

adv_unmark_false_positive

Remove false positive markings from findings in .adversary.json files to ensure accurate security insights during software development.

Instructions

Remove false positive marking from a finding in the .adversary.json file

Input Schema

NameRequiredDescriptionDefault
finding_uuidYesUUID of the finding to unmark
pathNoPath to directory containing .adversary.json or direct path to .adversary.json file.

Input Schema (JSON Schema)

{ "properties": { "finding_uuid": { "description": "UUID of the finding to unmark", "type": "string" }, "path": { "default": ".", "description": "Path to directory containing .adversary.json or direct path to .adversary.json file", "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