Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

get_detection

Retrieve comprehensive details about a security detection, including its body and associated tests, by providing the detection ID and type. Requires permissions for viewing rules and policies.

Instructions

Get detailed information about a Panther detection, including the detection body and tests.

Permissions:{'all_of': ['View Rules', 'View Policies']}

Input Schema

NameRequiredDescriptionDefault
detection_idYesThe ID of the detection to fetch
detection_typeNoOne or more detection types - rules, scheduled_rules, simple_rules, or policies.

Input Schema (JSON Schema)

{ "properties": { "detection_id": { "description": "The ID of the detection to fetch", "examples": [ "AWS.Suspicious.S3.Activity", "GCP.K8S.Privileged.Pod.Created" ], "title": "Detection Id", "type": "string" }, "detection_type": { "default": [ "rules" ], "description": "One or more detection types - rules, scheduled_rules, simple_rules, or policies.", "examples": [ [ "rules", "simple_rules", "scheduled_rules" ], [ "policies" ] ], "items": { "type": "string" }, "title": "Detection Type", "type": "array" } }, "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