Tool: windows_event_log -- Read Windows Event Log entries #60

Closed
opened 2026-05-26 03:31:51 +00:00 by jmiller · 0 comments
Owner

Description

Read Windows Event Log entries.

Acceptance Criteria

  • List available log names (Application, System, Security, etc.)
  • Read entries by log name with limit
  • Filter by level (Error, Warning, Information, Critical)
  • Filter by source, event ID, time range
  • Return: time, level, source, event ID, message
## Description Read Windows Event Log entries. ## Acceptance Criteria - List available log names (Application, System, Security, etc.) - Read entries by log name with limit - Filter by level (Error, Warning, Information, Critical) - Filter by source, event ID, time range - Return: time, level, source, event ID, message
jmiller added the pending: testing label 2026-05-26 04:02:19 +00:00
Sign in to join this conversation.
Type
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/mcp-windows#60