list_tabs
List all open tabs in a Chrome instance with their IDs and URLs. Use this to discover tab IDs before passing them to other tools.
Instructions
Lists all tabs currently open and registered in the specified Chrome instance. Side effects: none (read-only registry snapshot). Returns: structured JSON with 'active_tab_id', the current tab targeted by tools that omit 'tab_id', and a 'tabs' array of tab_id, label, target_id and url. When no tabs are registered, tools fall back to the instance's default single-tab connection and a 'note' explains it. Use this to discover Tab IDs before passing 'tab_id' to other tools. Alternatives: 'list_instances' to enumerate Chrome instances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | No | Chrome instance id from open_instance/list_instances. Omit for the default instance. |