devtools_report
Returns a complete DevTools report with JavaScript exceptions, console errors, failed resources, and slow requests after page navigation or UI actions.
Instructions
MAIN DIAGNOSTIC TOOL — returns a complete DevTools report in one call:
• js_errors — all JavaScript exceptions with file, line, column, stack • console_errors — console.error() and console.warn() output • failed_resources — CSS / JS / images / fonts that returned 4xx/5xx or failed to load • slow_resources — requests that took longer than 2 s
Use this after navigating to a page or after triggering a UI action. Equivalent to opening DevTools and checking the Console + Network tabs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ISO 8601 timestamp — only entries after this. Empty = all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||