browser_tabs
ActiveTool 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"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries