log_analyzer_tail
Retrieve recent log entries from a file with filtering by log level and customizable output format for quick debugging and analysis.
Instructions
Get the most recent log entries from a file.
Args:
file_path: Path to the log file
lines: Number of lines to return (1-1000, default: 100)
level_filter: Filter by log level (ERROR, WARN, INFO, DEBUG)
response_format: Output format - 'markdown' or 'json'
Returns:
The last N log entries, parsed and formatted.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| lines | No | ||
| level_filter | No | ||
| response_format | No | markdown |