audit_url
Test a single URL for accessibility issues. Returns structured, conversational results with prioritized problems and actionable fixes to improve WCAG compliance.
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, tags from env WCAG_LEVEL and BEST_PRACTICES are used. | |
| domain | No | Base domain if URL is relative (e.g., "https://example.com"). | |
| engine | No | Testing engine: "axe" (axe-core, default) or "ace" (IBM Equal Access). Overrides env A11Y_ENGINE when provided. | |
| timeout | No | Timeout in seconds (default: 30). | |
| waitForLoad | No | Wait strategy for page loading. | networkidle |