Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_web_components | List all available web accessibility components from MagentaA11y. Optionally filter by category (e.g., controls, forms, components). |
| get_web_component | Get detailed accessibility criteria for a specific web component. Returns acceptance criteria, WCAG mappings, code examples, and implementation guidelines. |
| search_web_criteria | Search web accessibility criteria using keywords. Find criteria related to WCAG guidelines, implementation patterns, or specific accessibility requirements. |
| list_native_components | List all available native (iOS/Android) accessibility components from MagentaA11y. Optionally filter by category. |
| get_native_component | Get detailed accessibility criteria for a specific native component. Returns iOS and Android implementation details, platform-specific properties, and code examples. |
| search_native_criteria | Search native accessibility criteria using keywords. Find platform-specific implementation details for iOS (VoiceOver) and Android (TalkBack). |
| get_component_gherkin | Get Gherkin-style acceptance criteria for a component. These are detailed Given/When/Then scenarios for testing accessibility. |
| get_component_condensed | Get condensed acceptance criteria for a component. These are shorter, more focused testing instructions. |
| get_component_developer_notes | Get developer implementation notes for a component. Includes code examples, WCAG mappings, and technical guidance. |
| get_component_native_notes | Get platform-specific developer notes for native components (iOS or Android implementation details). |
| list_component_formats | List all available content formats for a specific component (e.g., gherkin, condensed, developer notes). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |