get_recent_events
Retrieve the last 24 hours of Windows process, window, and file events to determine what happened during your absence, such as when a process ended and its duration.
Instructions
Last 24h of PC events: process_started, process_ended (with duration), window_focused, file_changed. Useful for "what happened while I was away" (e.g. when did the render finish?).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by type (process_ended, file_changed, ...) | |
| limit | No | Max events (default 50, max 1000) |