browser_attach_identity
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Switch the page's identity by loading saved cookies + storage. Use only when switching identity mid-page; for first navigation, pass `identity_name` to browser.open instead.
Parameters schema
{
"type": "object",
"title": "tool_attach_identityArguments",
"required": [
"page_id",
"identity_name"
],
"properties": {
"page_id": {
"type": "string",
"title": "Page Id"
},
"identity_name": {
"type": "string",
"title": "Identity Name"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries