browser_navigate_forward
Move forward in browser history for a specified tab, or the active tab if none is provided. Restore the next page after navigating back.
Instructions
Go forward 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). |