Skip to main content
Glama
alii13

Accessibility MCP Server

by alii13

prioritize_issues

Prioritize accessibility issues by impact, WCAG level, fixability, or user impact to identify quick wins and critical blockers before launch.

Instructions

Intelligently prioritize accessibility issues based on specified criteria, identifying quick wins (easy fixes with high impact) and critical blockers (must fix before launch).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoTop N issues to return. If not provided, all issues are returned.
resultsYesAudit result object from a previous audit.
criteriaNoPrioritization criteria: "impact" (by impact level), "wcag" (by WCAG compliance level), "fixability" (by ease of fix), or "user-impact" (by user experience impact).impact
Behavior2/5

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

With no annotations provided, the description must cover behavioral traits. It fails to disclose whether the tool mutates data, performance implications, output structure, or algorithm details, only hinting at two output categories ('quick wins', 'critical blockers').

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 a single, front-loaded sentence that efficiently conveys the tool's core function and key output categories without any redundant words.

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

Completeness3/5

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

Given three parameters, no output schema, and nested 'results' object, the description is adequate but omits details on how the prioritization works, the format of the returned issues, and whether the input is consumed or just read, leaving gaps for an agent.

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?

All parameters have schema descriptions (100% coverage), so baseline is 3. The tool description adds modest value by framing the output in terms of 'quick wins' and 'critical blockers', but does not substantially enhance parameter meaning beyond the schema.

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 uses a specific verb 'prioritize' with a clear resource (accessibility issues) and adds concrete output categories ('quick wins', 'critical blockers'), making the tool's purpose distinct from siblings like 'filter_issues' or 'search_issues'.

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

Usage Guidelines3/5

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

The description implies usage after an audit (taking 'results' as input) but provides no explicit guidance on when to choose this over siblings, nor any when-not-to-use or alternative references.

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

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