fetch_accessibility_article
Fetch the complete markdown content of a specific accessibility article by its path. Retrieve full documentation from e11y-mcp to access W3C WAI-ARIA patterns and guidelines.
Instructions
Fetch the complete content of a specific accessibility article from the e11y-mcp repository. Use the path from search results to retrieve the full markdown documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the accessibility article (from search results, e.g., "docs/www.w3.org_WAI_ARIA_apg_patterns_accordion.md") | |
| outputMode | No | Output format: "json" for formatted JSON (default), "compact-json" for minified JSON | json |
| includeMetadata | No | Include article metadata such as source URL and last updated date |