MCP Libraries
firefox-devtools-mcpTools Reference

list_pages

List all open tabs/windows

list_pages

List all open browser tabs/windows with their IDs and URLs.

Parameters

None required.

Example

{
  "tool": "list_pages",
  "arguments": {}
}

Response

Returns an array of page objects:

  • id - Page/tab ID
  • url - Current URL
  • title - Page title

On this page