Skip to main content
Glama
Duds

Accessibility MCP Server

by Duds

axe_audit

Audit web accessibility using axe-core to identify WCAG compliance issues on websites, local files, or localhost URLs.

Instructions

Run an accessibility audit using axe-core via Playwright. Supports URLs, local file paths, and localhost URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to audit (http://, https://), local file path (./file.html), or file:// URL
optionsNoOptional axe-core configuration
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden but only mentions what inputs are supported. It doesn't disclose behavioral aspects like whether this is a read-only operation, potential performance impact, error handling, authentication needs, rate limits, or what the output format looks like. The description is minimal for a tool that performs automated testing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured in a single sentence that communicates the core functionality. It's appropriately sized for a tool with good schema documentation, though it could be slightly more informative given the lack of annotations.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a testing tool with no annotations and no output schema, the description is insufficient. It doesn't explain what the audit returns, how results are structured, error conditions, or performance characteristics. The context signals show complexity (nested objects, 2 parameters), but the description doesn't provide enough information for an agent to understand the tool's behavior fully.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already fully documents both parameters. The description adds minimal value by mentioning the types of URLs accepted, but doesn't provide additional context beyond what's in the schema. Baseline 3 is appropriate when the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Run an accessibility audit'), technology used ('using axe-core via Playwright'), and supported input types ('URLs, local file paths, and localhost URLs'). It distinguishes from sibling tools by specifying the axe-core engine rather than Lighthouse or WAVE.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions what the tool supports but provides no guidance on when to use this tool versus the sibling tools (lighthouse_audit, wave_audit). There's no mention of comparative advantages, use cases, or prerequisites for choosing axe-core over alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Duds/accessibility-mcp'

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