You're viewing a demo portfolio

Join the waitlist
PRSM

browser_tabs

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Manage tabs within the same BrowserContext as `page_id`. `action` ∈ {list, switch, close, new}. For list, returns all open tab metadata; for new, returns the new tab's page_id.

Parameters schema

{
  "type": "object",
  "title": "tool_tabsArguments",
  "required": [
    "page_id",
    "action"
  ],
  "properties": {
    "url": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Url",
      "default": null
    },
    "action": {
      "type": "string",
      "title": "Action"
    },
    "tab_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Tab Id",
      "default": null
    },
    "page_id": {
      "type": "string",
      "title": "Page Id"
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →