list_tabs
Identify available Chrome tabs and their connection details by listing index, title, URL, visibility, and owning DevCDP session, so you can select the correct tab for debugging.
Instructions
List the debuggable tabs in Chrome with their index, title, URL, whether each is the visible one, and which DevCDP session (if any) currently owns it. Use the index with target:'index:' in devtools_connect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Chrome host. | localhost |
| port | No | Chrome remote-debugging port. | |
| probe | No | Check which tab is really visible (one extra round trip). |