tabs_context_mcp
List all open browser tabs with their IDs, titles, and URLs to identify and manage your current session before using other tab controls.
Instructions
List the tabs this session owns - numeric id, current address, page title, and which one holds focus. Run it before any other browser tool, because they all address a page by an id from this list, and run it again after tabs open or close. The group only ever holds tabs this server opened in the Firefox profile it launched, so the windows you browse in yourself are neither listed nor driven, and no site has to grant automation permission first. When no group exists yet the reply says so and points at createIfEmpty. Give a new conversation a tab of its own with tabs_create_mcp rather than taking over one that is already busy, unless the user asked you to work in the tab that is open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| createIfEmpty | No | Pass true to have an empty group opened for you when the session has none: a new window with one blank tab, listed in the reply and ready to navigate. Left out it counts as false, and a session with no group is only told it has none. It does nothing once a group exists and never appends a second tab - that is what tabs_create_mcp is for. |