Skip to main content
Glama

LogAnalyzer MCP Server

analyze_log

Analyze error logs to identify root causes and provide AI-powered insights for debugging server issues with contextual analysis.

Instructions

Analyze error logs and provide root cause analysis with AI-powered insights

Input Schema

NameRequiredDescriptionDefault
contextLinesNoNumber of context lines to include around errors
logFormatNoFormat of the log contentauto
logTextYesLog content to analyze

Input Schema (JSON Schema)

{ "properties": { "contextLines": { "default": 50, "description": "Number of context lines to include around errors", "type": "number" }, "logFormat": { "default": "auto", "description": "Format of the log content", "enum": [ "auto", "json", "plain" ], "type": "string" }, "logText": { "description": "Log content to analyze", "type": "string" } }, "required": [ "logText" ], "type": "object" }

Other Tools from LogAnalyzer MCP Server

Related Tools

    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/ChiragPatankar/loganalyzer-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server