session_console_logs
Read the browser CONSOLE logs for a browser session (DevTools console — JS errors, warnings, console.log output). Captured automatically; returns the most recent entries. Use this to diagnose page errors the user is seeing. (Browser sessions only; returns nothing for mobile/native device sessions.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Filter to a single level. Pass "error" to see only errors. | |
| limit | No | Max entries to return (most recent first-shown). Default 50, max 500. | |
| sessionId | Yes | Browser session ID (same id used by the other session_* tools) |