Release adopted tab
browser_release_tabReturn an adopted browser tab to the user, stopping agent control while preserving the page state. Use when finished with a tab you took over, so the user regains control.
Instructions
Hand a tab taken over with browser_use_tab back to the user: the agent stops driving it and the page is left exactly as it is. Call it as soon as you are done with an adopted tab. Use browser_close_tab for tabs the agent opened itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | Yes | tab_id of a tab previously adopted with browser_use_tab | |
| session_id | No | Stable task or thread ID. Pass the same value on every browser call for this task. Different IDs isolate tabs and cleanup within one MCP process. Omit for the default process session. |