get_logs
Retrieve application logs using combined filters to isolate specific events such as build errors. Supports limiting entries, clearing logs after reading, and specifying a window.
Instructions
Get application logs with filtering. Filters can be combined (e.g., ["build", "error"] for build errors only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filters to apply (empty = all logs) | |
| limit | No | Max entries | |
| clear | No | Clear logs after reading | |
| window | No | Window label for frontend logs (default: focused window) |