Skip to main content
Glama

audit_webpage

Audit webpages for accessibility compliance using specific tags and optional HTML snippets. Identify issues to improve accessibility and integrate with AI tools for resolution.

Instructions

Perform an accessibility audit on a webpage

Input Schema

NameRequiredDescriptionDefault
includeHtmlNoWhether to include HTML snippets in the results
tagsNoSpecific accessibility tags to check (e.g., wcag2a, wcag2aa, wcag21a, best-practice)
urlYesURL of the webpage to audit

Input Schema (JSON Schema)

{ "properties": { "includeHtml": { "default": false, "description": "Whether to include HTML snippets in the results", "type": "boolean" }, "tags": { "description": "Specific accessibility tags to check (e.g., wcag2a, wcag2aa, wcag21a, best-practice)", "items": { "type": "string" }, "type": "array" }, "url": { "description": "URL of the webpage to audit", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from a11y-mcp

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/priyankark/a11y-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server