present_tab
ActiveTool of io.github.saloprj/dialogbrain
Share the agent's browser tab on the live call so everyone sees it as a real screen-share. Pass the page_id you got from browser.open. Only usable while the agent is in an active voice call. The shared tab stays the active share until you call present_tab with a different page_id, close the tab via browser.close, or the call ends.
Parameters schema
{
"type": "object",
"required": [
"page_id"
],
"properties": {
"page_id": {
"type": "string",
"maximum": 128,
"description": "page_id returned by browser.open for the tab you want to share. Must be a tab still open in the agent's browser context."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries