browser_reload
Reload a webpage in the specified browser tab to fetch updated content. Provide a tab ID to target a specific tab, or omit it to reload the active tab.
Instructions
Reload the page in 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). |