Skip to main content
Glama

MCP Shamash

manage_false_positives

Suppress, remove, or list false positive security findings to improve audit accuracy and reduce noise in compliance validation.

Instructions

Manage false positive suppressions

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
findingIdNoFinding ID to suppress
reasonNoReason for suppression

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform", "enum": [ "add", "remove", "list", "filter" ], "type": "string" }, "findingId": { "description": "Finding ID to suppress", "type": "string" }, "reason": { "description": "Reason for suppression", "type": "string" } }, "required": [ "action" ], "type": "object" }

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/NeoTecDigital/mcp_shamash'

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