MCP Libraries
firefox-devtools-mcpTools Reference

navigate_page

Navigate to a URL

navigate_page

Navigate the current page to a specified URL.

Parameters

ParameterTypeRequiredDescription
urlstringYesURL to navigate to

Example

{
  "tool": "navigate_page",
  "arguments": {
    "url": "https://example.com"
  }
}

On this page