get_tabs
List all open tabs with their ID, URL, title, and active flag to find the correct tab_id; optionally include window bounds, state, and monitor info for placement.
Instructions
List every open tab with id, url, title and active flag. Read-only. Use it to find a tab_id when the implicit target (last navigated tab, else the active one) is not the tab you mean. include_windows adds the windows themselves with their position, size, state and type — what you need before moving or tiling anything, and the only way to tell which monitor a window is on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_windows | No | Also return the windows with bounds, state, type and tab count |