run_audit
Audits a website for UX and accessibility issues. Set audit depth, user agent, and score thresholds to evaluate and monitor quality.
Instructions
[audit] DEPRECATED: use audit_url. Kept for legacy clients only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The website URL to audit | |
| mode | No | Audit depth mode (default: basic) | |
| timeout | No | Optional timeout in milliseconds | |
| user_agent | No | Optional custom user agent string | |
| engine_version | No | Optional engine version to use (default: latest) | |
| fail_on_score | No | Fail if overall score is below this threshold (0-100) | |
| fail_on_drop | No | Fail if score drops by this amount from previous audit |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |