Skip to main content
Glama
Fato07
by Fato07

log_analyzer_multi

Analyze multiple log files together to merge entries by timestamp, correlate events across files, or compare error patterns for cross-file debugging.

Instructions

Analyze multiple log files together for cross-file debugging. Supports three operations: - merge: Interleave entries by timestamp (like 'sort -m') - correlate: Find events happening across files within time window - compare: Diff error patterns between files Args: file_paths: List of log file paths to analyze (2-10 files) operation: Analysis operation - 'merge', 'correlate', or 'compare' (default: 'merge') time_window: Time window in seconds for correlation (1-3600, default: 60) max_entries: Maximum entries to return (100-5000, default: 1000) response_format: Output format - 'markdown' or 'json' Returns: Combined analysis results based on the selected operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathsYes
operationNomerge
time_windowNo
max_entriesNo
response_formatNomarkdown

Latest Blog Posts

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/Fato07/log-analyzer-mcp'

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