Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

list_log_sources

Retrieve and filter log sources in Panther MCP Server by log types, health status, or integration type. Facilitates monitoring and analysis of security logs with pagination support for efficient data handling.

Instructions

List log sources from Panther with optional filters.

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

Input Schema

NameRequiredDescriptionDefault
cursorNoOptional cursor for pagination from a previous query
integration_typeNoOptional integration type to filter by
is_healthyNoOptional boolean to filter by health status (default: True)
log_typesNoOptional list of log types to filter by

Input Schema (JSON Schema)

{ "properties": { "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional cursor for pagination from a previous query", "title": "Cursor" }, "integration_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional integration type to filter by", "examples": [ "amazon-eventbridge", "amazon-security-lake", "aws-cloudwatch-logs", "aws-s3", "aws-scan", "aws-sqs", "azure-blob", "azure-eventhub", "gcp-gcs", "gcp-pubsub", "http-ingest", "log-pulling", "profile-pulling", "s3-lookuptable" ], "title": "Integration Type" }, "is_healthy": { "default": true, "description": "Optional boolean to filter by health status (default: True)", "title": "Is Healthy", "type": "boolean" }, "log_types": { "default": [], "description": "Optional list of log types to filter by", "examples": [ [ "AWS.CloudTrail", "AWS.S3ServerAccess" ] ], "items": { "type": "string" }, "title": "Log Types", "type": "array" } }, "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