Server Log Analysis
Analyzes local server log files for crawl budget breakdown. No MCP or external calls required.
Inputs
file: Absolute path to server log file (Apache Combined, Apache Common, or Nginx access log). If user provides relative path, resolve withBash: realpath <path>.
Execution
Step 1: Format Detection
Read the first 10 lines of the log file to detect format:
- Apache Combined:
%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-agent}i"— 9+ fields, has refe
[Description truncada. Veja o README completo no GitHub.]