Skip to main content
Glama

Log Analyzer MCP

by djm81

search_log_time_based

Analyze and search log files within a specific time window, filtering by scope, context, or custom patterns to extract relevant data for debugging or monitoring.

Instructions

Search logs within a time window, optionally filtering, with context.

Input Schema

NameRequiredDescriptionDefault
context_afterNo
context_beforeNo
daysNo
hoursNo
log_content_patterns_overrideNo
log_dirs_overrideNo
minutesNo
scopeNodefault

Input Schema (JSON Schema)

{ "properties": { "context_after": { "default": 2, "title": "Context After", "type": "integer" }, "context_before": { "default": 2, "title": "Context Before", "type": "integer" }, "days": { "default": 0, "title": "Days", "type": "integer" }, "hours": { "default": 0, "title": "Hours", "type": "integer" }, "log_content_patterns_override": { "default": "", "title": "Log Content Patterns Override", "type": "string" }, "log_dirs_override": { "default": "", "title": "Log Dirs Override", "type": "string" }, "minutes": { "default": 0, "title": "Minutes", "type": "integer" }, "scope": { "default": "default", "title": "Scope", "type": "string" } }, "title": "search_log_time_basedArguments", "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/djm81/log_analyzer_mcp'

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