{ "name": "browser_tabs_select", "description": "Switch to a tab by its ID (makes it the active tab).", "requires_confirmation": false, "inputSchema": { "type": "object", "properties": { "tabId": { "type": "number", "description": "The tab ID to activate" } }, "required": [ "tabId" ] } }