Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

get_http_log_source

Retrieve detailed configuration of an HTTP log source by ID for troubleshooting and monitoring. Provides integration details, log types, authentication methods, and stream settings.

Instructions

Get detailed information about a specific HTTP log source by ID.

HTTP log sources are used to collect logs via HTTP endpoints/webhooks. This tool provides detailed configuration information for troubleshooting and monitoring HTTP log source integrations.

Args: source_id: The ID of the HTTP log source to retrieve

Returns: Dict containing: - success: Boolean indicating if the query was successful - source: HTTP log source information if successful, containing: - integrationId: The source ID - integrationLabel: The source name/label - logTypes: List of log types this source handles - logStreamType: Stream type (Auto, JSON, JsonArray, etc.) - logStreamTypeOptions: Additional stream type configuration - authMethod: Authentication method (None, Bearer, Basic, etc.) - authBearerToken: Bearer token if using Bearer auth - authUsername: Username if using Basic auth - authPassword: Password if using Basic auth - authHeaderKey: Header key for HMAC/SharedSecret auth - authSecretValue: Secret value for HMAC/SharedSecret auth - authHmacAlg: HMAC algorithm if using HMAC auth - message: Error message if unsuccessful

Permissions:{'all_of': ['View Log Sources']}

Input Schema

NameRequiredDescriptionDefault
source_idYesThe ID of the HTTP log source to fetch

Input Schema (JSON Schema)

{ "properties": { "source_id": { "description": "The ID of the HTTP log source to fetch", "examples": [ "http-source-123", "webhook-collector-456" ], "title": "Source Id", "type": "string" } }, "required": [ "source_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