Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
16
  • Apple

disable_rule

Deactivate a specific security detection rule in the Panther MCP Server by setting its enabled status to false, ensuring streamlined rule management and customization.

Instructions

Disable a Panther rule by setting enabled to false.

Args: rule_id: The ID of the rule to disable Returns: Dict containing: - success: Boolean indicating if the update was successful - rule: Updated rule information if successful - message: Error message if unsuccessful

Input Schema

NameRequiredDescriptionDefault
rule_idYes

Input Schema (JSON Schema)

{ "properties": { "rule_id": { "title": "Rule Id", "type": "string" } }, "required": [ "rule_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