Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
16
  • Apple

list_log_sources

Retrieve log sources from Panther's security platform with customizable filters for log types, health status, and integration types. Supports pagination for efficient data handling.

Instructions

List log sources from Panther with optional filters.

Args: cursor: Optional cursor for pagination from a previous query log_types: Optional list of log types to filter by is_healthy: Optional boolean to filter by health status integration_type: Optional integration type to filter by (e.g. "S3")

Input Schema

NameRequiredDescriptionDefault
cursorNo
integration_typeNo
is_healthyNo
log_typesNo

Input Schema (JSON Schema)

{ "properties": { "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cursor" }, "integration_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Integration Type" }, "is_healthy": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Is Healthy" }, "log_types": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Log Types" } }, "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