Skip to main content
Glama
alii13

Accessibility MCP Server

by alii13

generate_compliance_report

Create compliance reports in VPAT, WCAG, ADA, or Section 508 format. Includes WCAG mapping, compliance percentages, executive summary, and optional remediation plan.

Instructions

Generate compliance reports in VPAT, WCAG, ADA, or Section 508 format. Includes WCAG criterion mapping, compliance percentages, executive summary, and optional remediation plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNoWCAG compliance level to assess: "A", "AA", or "AAA". Default: AA.AA
formatNoReport format: "VPAT" (Voluntary Product Accessibility Template), "WCAG" (WCAG compliance report), "ADA" (Americans with Disabilities Act report), or "Section508" (Section 508 compliance report). Default: WCAG.WCAG
resultsYesAudit result object from a previous audit.
includeRemediationNoInclude remediation plan with fix suggestions in the report (default: false).
Behavior3/5

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

Without annotations, the description carries the full burden. It discloses the output contents (criterion mapping, percentages, executive summary, remediation plan) but does not describe side effects (e.g., data persistence, auth requirements, rate limits). It implies a pure generation operation, but details are sparse.

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 what the tool does and its key capabilities. No extraneous content, and the most important information (verb, resource) is front-loaded.

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?

For a tool with 4 parameters, one nested object, and multiple format options, the description provides a good high-level overview but lacks detail on the required input ('results') and output structure. Given no output schema, more detail on return format would improve completeness.

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 coverage is 100%, so baseline is 3. The description adds marginal value: it lists the formats and mentions optional remediation, which overlaps with the schema's 'format' and 'includeRemediation' descriptions. No additional explanation of the 'results' object structure 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 clearly states the verb 'generate', the resource 'compliance reports', and lists specific formats (VPAT, WCAG, ADA, Section508) and contents (mapping, percentages, executive summary, optional remediation). This distinguishes it from sibling tools that primarily audit or export raw data.

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 provides no guidance on when to use this tool versus alternatives, when not to use it, or prerequisites. For example, it doesn't mention that 'results' must come from a prior audit, which is critical context for correct invocation.

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