lighthouse_audit
Evaluate webpage accessibility, SEO, best practices, and agentic browsing using Lighthouse metrics. Supports navigation or snapshot modes to audit fresh or current page states.
Instructions
Get Lighthouse score and reports for accessibility, SEO, best practices, and agentic browsing. This excludes performance. For performance audits, run performance_start_trace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | "navigation" reloads & audits. "snapshot" analyzes current state. | navigation |
| device | No | Device to emulate. | desktop |
| pageId | Yes | Targets a specific page by ID. | |
| outputDirPath | No | Directory for reports. If omitted, uses temporary files. |