Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

disable_detection

Disable specific security detections by setting 'enabled' to false on Panther MCP Server. Requires Manage Rules or Manage Policies permissions. Useful for managing rules and policies efficiently.

Instructions

Disable a Panther detection by setting enabled to false.

Permissions:{'any_of': ['Manage Rules', 'Manage Policies']}

Input Schema

NameRequiredDescriptionDefault
detection_idYesThe ID of the detection to disable
detection_typeNoType of detection to disable. Valid options: rules, scheduled_rules, simple_rules, or policies.rules

Input Schema (JSON Schema)

{ "properties": { "detection_id": { "description": "The ID of the detection to disable", "examples": [ "AWS.Suspicious.S3.Activity", "GCP.K8S.Privileged.Pod.Created" ], "title": "Detection Id", "type": "string" }, "detection_type": { "default": "rules", "description": "Type of detection to disable. Valid options: rules, scheduled_rules, simple_rules, or policies.", "examples": [ "rules", "scheduled_rules", "simple_rules", "policies" ], "title": "Detection Type", "type": "string" } }, "required": [ "detection_id" ], "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/panther-labs/mcp-panther'

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