close_tabs
Close browser tabs by native tab ID or session ID, with ownership safeguards so only agent-created tabs are removed unless explicitly requested.
Instructions
Close one or more tabs by native tab id or composite session_id. Accepts a single identifier or a list; identifiers in one call must belong to the same browser. By default it closes only tabs created by this MCP task and requires the owner_id returned by open_new_tab; lifecycle generations are checked before removal. Set only_if_agent_owned=false only for an explicit operator request to close a user tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | Yes | ||
| owner_id | No | ||
| session_id | No | ||
| only_if_agent_owned | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||