Skip to main content
Glama

Adversary MCP Server

by brettbergin

adv_list_false_positives

Extract and display findings flagged as false positives from a specified .adversary.json file to streamline security review and analysis.

Instructions

List all findings marked as false positives

Input Schema

NameRequiredDescriptionDefault
adversary_file_pathYesPath to the .adversary.json file to list false positives from

Input Schema (JSON Schema)

{ "properties": { "adversary_file_path": { "description": "Path to the .adversary.json file to list false positives from", "type": "string" } }, "required": [ "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