Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
16
  • Apple

get_simple_rule_by_id

Retrieve detailed information about a specific rule in Panther's security monitoring platform using its unique ID, including the rule body and associated tests.

Instructions

Get detailed information about a Panther simple rule by ID including the rule body and tests

Args: rule_id: The ID of the simple rule to fetch

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