Skip to main content
Glama

browser_navigate_back

Return to the previous page in automated accessibility scans to ensure WCAG compliance verification during web navigation testing with MCP Accessibility Scanner.

Instructions

Go back to the previous page

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler function that performs the browser back navigation using tab.page.goBack(), includes snapshot in response, and adds corresponding code snippet.
    handle: async (tab, params, response) => { await tab.page.goBack(); response.setIncludeSnapshot(); response.addCode(`await page.goBack();`); },
  • Schema definition for the browser_navigate_back tool, specifying name, title, description, empty input schema, and readOnly type.
    schema: { name: 'browser_navigate_back', title: 'Go back', description: 'Go back to the previous page', inputSchema: z.object({}), type: 'readOnly', },
  • Exports the goBack tool (browser_navigate_back) as part of the default tool array for registration.
    export default [ navigate, goBack, ];

Latest Blog Posts

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/JustasMonkev/mcp-accessibility-scanner'

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