audit_url
Check a webpage for accessibility issues and get prioritized, actionable fix suggestions.
Instructions
Test a single URL for accessibility issues. Returns structured, conversational results with prioritized issues and fix suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL or relative path to test. If relative, domain must be provided. | |
| tags | No | Specific accessibility tags to check. If not provided, all tags are checked. | |
| domain | No | Base domain if URL is relative (e.g., "https://example.com"). | |
| timeout | No | Timeout in seconds (default: 30). | |
| waitForLoad | No | Wait strategy for page loading. | networkidle |