Skip to main content
Glama
snayyar00

@webability/mcp

by snayyar00

check_aria

Validate ARIA attributes, roles, and accessible names in HTML. Identify violations and items needing human review.

Instructions

Validate ARIA attribute + accessible name/role/value usage in an HTML snippet. Runs axe-core cat.aria and cat.name-role-value rules (aria-* attribute correctness, role validity, required parents/children, aria-hidden-focus, accessible names). Returns violations (high-confidence) and incomplete (needs human review, e.g. dangling ARIA references — do NOT auto-fix).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
htmlYesHTML to test for ARIA correctness
Behavior4/5

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

With no annotations, the description fully discloses behavior: runs specific axe-core rules, returns violations and incomplete categories, and warns that incomplete results require human review. It does not contradict any annotations. While it lacks details on performance or rate limits, it is transparent for a validation tool.

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

Conciseness5/5

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

The description is two sentences, efficiently stating the purpose and then providing key details about rules, output types, and usage warnings. No wasted words; every sentence earns its place.

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

Completeness4/5

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

Given a single required parameter and no output schema, the description adequately covers the tool's function, rules used, and the nature of results (violations vs. incomplete). It could mention the format of output items, but the absence of an output schema reduces that burden.

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?

The only parameter 'html' is described in the schema as 'HTML to test for ARIA correctness', and the tool description calls it an 'HTML snippet', which adds minor clarity. Since schema coverage is 100%, the description adds limited additional meaning beyond the schema.

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

Purpose4/5

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

The description clearly states it validates ARIA attributes and accessible name/role/value usage in HTML snippets, specifying the axe-core rules used. It provides a specific verb and resource, but does not explicitly differentiate from sibling tools like check_color_contrast or scan_html.

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

Usage Guidelines4/5

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

The description gives clear context on when to use: for ARIA validation of HTML snippets. It advises that 'incomplete' results need human review and should not be auto-fixed, which is a helpful guideline. However, it does not explicitly state when not to use or list 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/snayyar00/webability-mcp'

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