close_tab
Closes a persistent browser tab previously opened with open_tab, freeing the tab after finishing interaction.
Instructions
Close a persistent tab opened with open_tab. Call this when you have finished interacting with a page, to free the browser tab.
Args: tab_id: The handle returned by open_tab.
Returns: A short confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |