Skip to main content
Glama

firefox-devtools-mcp

navigate_history

Navigate browser history back or forward in the selected tab to test navigation flows, verify page states, or automate browsing sequences.

Instructions

Navigate the selected tab's history back or forward. NOTE: After navigation, UIDs from previous snapshots are stale—take a new snapshot before UID-based actions.

Input Schema

NameRequiredDescriptionDefault
directionYesDirection to navigate in history

Input Schema (JSON Schema)

{ "properties": { "direction": { "description": "Direction to navigate in history", "enum": [ "back", "forward" ], "type": "string" } }, "required": [ "direction" ], "type": "object" }

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/freema/firefox-devtools-mcp'

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