session_list_tabs
List all open browser tabs, returning each tab's ID, title, and URL so you can target specific tabs with other tools.
Instructions
List every open tab. Returns an array of {id, title, url}. The ids are what every other tool's optional tabId argument accepts; omit tabId and a tool acts on the active tab, which is rarely what you want once you have opened tabs of your own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||