Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
20
  • Apple

get_panther_log_type_schema

Retrieve detailed specifications and metadata for specific log type schemas from Panther MCP Server. Query up to 5 schemas at a time, including version, revision, and field discovery status, for streamlined schema management and analysis.

Instructions

Get detailed information for specific log type schemas, including their full specifications. Limited to 5 schemas at a time to prevent response size issues.

Args: schema_names: List of schema names to get details for (max 5) Returns: Dict containing: - success: Boolean indicating if the query was successful - schemas: List of schemas, each containing: - name: Schema name (Log Type) - description: Schema description - spec: Schema specification in YAML/JSON format - version: Schema version number - revision: Schema revision number - isArchived: Whether the schema is archived - isManaged: Whether the schema is managed by a pack - isFieldDiscoveryEnabled: Whether automatic field discovery is enabled - referenceURL: Optional documentation URL - discoveredSpec: The schema discovered spec - createdAt: Creation timestamp - updatedAt: Last update timestamp - message: Error message if unsuccessful

Input Schema

NameRequiredDescriptionDefault
schema_namesYes

Input Schema (JSON Schema)

{ "properties": { "schema_names": { "items": { "type": "string" }, "title": "Schema Names", "type": "array" } }, "required": [ "schema_names" ], "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