Skip to main content
Glama

Accessibility MCP Server

by jbuchan

get_test_results

Retrieve saved accessibility test results by filename to analyze WCAG compliance reports with violation summaries and remediation guidance.

Instructions

Retrieve saved accessibility test results by filename

Input Schema

NameRequiredDescriptionDefault
fileNameYesName of the test result file to retrieve

Input Schema (JSON Schema)

{ "properties": { "fileName": { "description": "Name of the test result file to retrieve", "type": "string" } }, "required": [ "fileName" ], "type": "object" }

Other Tools from Accessibility MCP Server

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

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