MCP Libraries
firefox-devtools-mcpTools Reference

new_page

Create and navigate to a new tab

new_page

Create a new browser tab and optionally navigate to a URL.

Parameters

ParameterTypeRequiredDescription
urlstringNoURL to navigate to

Example

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

Response

Returns the new page ID.

On this page