analyze_visual_evidence
Extract failed and slow requests from HAR/browser network exports, including correlation headers, to pinpoint performance or loading problems. Optionally echo a screenshot.
Instructions
Extract structured evidence from a HAR / browser network-tab export: failed and slow requests, with correlation headers, redacted.
If you already have a screenshot in your own context, reason about it directly — do NOT pass it here. The image_base64 parameter returns the image unchanged (this tool runs no vision model), so round-tripping one you can already see just puts a second copy in your context. Pass it only if you need the image echoed back alongside HAR findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| har_json | No | ||
| har_path | No | ||
| image_base64 | No | ||
| slow_threshold_ms | No |