List browser tabs
browser_list_tabsList open Chrome tabs to find the tab_id needed for other browser tools. Use all=true to include the user's tabs and select one to control.
Instructions
List the tabs in the agent's own Chrome tab group, marking the active one, with the tab_id each other browser tool needs. Pass all=true to see every tab open in the browser, including the user's, so you can pick one to drive with browser_use_tab. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | List every tab in the browser, not just the agent's (default false) | |
| 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. |