Skip to main content
Glama

LogAnalyzer MCP Server

get_recent_errors

Retrieve recent error entries from monitored log files for debugging and analysis, with optional file path filtering and result limit control.

Instructions

Get recent error analysis from monitored files

Input Schema

NameRequiredDescriptionDefault
filePathNoOptional: specific file path to get errors from
limitNoMaximum number of recent errors to return

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "Optional: specific file path to get errors from", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of recent errors to return", "type": "number" } }, "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