browser_analyze_run
Scans a recorded browser session to identify and categorize all failures, then surfaces the earliest failure as the true root cause with a causal explanation.
Instructions
FIRST POINT OF FAILURE. Scan the WHOLE recorded run (not just the last action) for every failure — failed actions and failed browser_verify checkpoints — label each with an error category (occluded-target, target-not-found, timeout, auth-failure, server-error, network-failure, navigation-lost, console-exception, assertion-failed), and surface the EARLIEST one, which is usually the true root cause (later failures are often its fallout). Includes a causal explanation of the first failure. Operates on a loaded past session if one is loaded, else the live session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||