tabs_create_mcp
Create a new blank tab in the Firefox session group, returning its tab ID and the group's updated tab list. Call tabs_context_mcp first to identify the group.
Instructions
Open one more blank tab (about:blank) in the session tab group and report its id together with what the group now holds. It takes no arguments. The tab joins whichever Firefox window the group already occupies, or brings one of its own when the group is empty. Call tabs_context_mcp once first, so you know the group you are adding to, then put the id you were just given on a navigate to load something into it. Whatever you open is yours to clear away: close it with tabs_close_mcp the moment it stops being useful, and leave none of your own tabs behind when the task ends - keep one only when the user wants to look at it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||