You're viewing a demo portfolio

Join the waitlist
PRSM

present_tab

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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."
    }
  }
}

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 →