browser_tab_list
Extract and list all open browser tabs to enhance accessibility audits and streamline WCAG compliance checks within the MCP Accessibility Scanner.
Instructions
List browser tabs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}