get_summary
Identify and summarize accessibility issues on any webpage using axe-core. Input the URL to receive a concise report for improving web accessibility and integrating fixes with AI assistants.
Instructions
Get a summary of accessibility issues for a webpage
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL of the webpage to audit |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "URL of the webpage to audit",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}