get_accessibility_score
Calculate a 0-100 accessibility score from audit results, with breakdowns by category and WCAG levels. Custom weights for issue types are supported.
Instructions
Calculate accessibility score (0-100) from audit results with detailed breakdowns by category and WCAG compliance levels. Supports custom weights for different issue types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Audit results object or URL string. If URL is provided, an audit will be run first. | |
| weights | No | Custom weights for different issue types (e.g., {"critical": 5.0, "serious": 3.0}). If not provided, default weights are used. |