get_rules
Retrieve available accessibility rules for axe or ACE testing engines, filtering by WCAG tags like wcag2a or wcag21aa. Understand which compliance checks apply to your site.
Instructions
Get information about available accessibility rules for the specified engine. [Engine: axe, WCAG: 2.1_AA, Screens: 1280x1024]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional array of tags to filter rules (e.g., ['wcag2a', 'wcag2aa', 'wcag21aa']) | |
| engine | No | Testing engine to get rules for. Defaults to server config. |