list_profiles
Retrieve available assistive technology profiles for screen reader accessibility testing. Get platform-specific configurations like NVDA on Windows and VoiceOver on iOS to identify valid IDs for navigation cost analysis.
Instructions
List the assistive-technology (AT) profiles available for scoring. Each profile models a specific screen reader and platform — e.g., NVDA on Windows, VoiceOver on iOS — with its own navigation cost weights and action vocabulary. Returns an array of {id, name, platform, description} for each profile.
Read-only, no parameters, static data. Call once to discover valid profile IDs, then pass a profile ID to analyze_url, trace_path, or analyze_pages. Default profile for all analysis tools is 'generic-mobile-web-sr-v0' if none is specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||