List open pages
list_pagesLists every open browser tab with its index, URL, and title. Indices are used to select or close pages and update when tabs open or close.
Instructions
List every open browser tab with its index, URL and title.
The index shown here is the page_id taken by select_page and close_page.
Indices are positional and shift whenever a tab opens or closes, so re-read
them here rather than reusing an index from an earlier call.
Tools act on the page chosen with select_page, or on the most recently opened tab if none was selected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |