{ "name": "browser_tabs_create", "description": "Open a new tab with the given URL.", "requires_confirmation": false, "inputSchema": { "type": "object", "properties": { "url": { "type": "string", "description": "URL to open in the new tab" } }, "required": [ "url" ] } }