neuron_get_logs
Fetch recent browser console logs with filters for tab, level, time, and message search to pinpoint errors and debug web applications.
Instructions
Get recent console logs filtered by tab, level, and time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 100) | |
| tabId | No | Filter by tab ID | |
| levels | No | Filter by levels: log, info, warn, error, debug | |
| search | No | Substring search in log messages | |
| sinceMs | No | Only logs after this timestamp |