browser_navigate_back
Go back to the previous page in browser history for a specified tab or the active tab. Supports parallel agent sessions by routing to dedicated tabs for isolated navigation.
Instructions
Go back in history for the specified tab
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Target tab ID (from browser_tabs list). Uses active tab if omitted. | |
| agentId | No | Agent identifier for parallel execution. Pass a unique ID (e.g. 'C1', 'J2') — the server automatically routes calls to this agent's dedicated tab (registered via browser_tabs action=new). |