pmux_browser_url
Get the URL, title, and tab ID of a browser tab in a workspace.
Instructions
Get the browser tab's { tabId, url, title }. Browser tools are Electron-only: 503 = not running under Electron (hard, don't retry); 409 'Browser tab not attached yet' = webview not dom-ready (transient, retry shortly). 400 'Tab is not a web-browser panel' on a non-browser tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Target tab id (from pmux_list_tabs / pmux_create_tab). | |
| workspaceId | Yes | Target workspace id (from pmux_list_workspaces). |