Files

19 lines
380 B
JSON

{
"name": "chrome_switch_tab",
"description": "Switch to a specific browser tab",
"parameters": {
"type": "object",
"properties": {
"tabId": {
"type": "number",
"description": "The ID of the tab to switch to."
},
"windowId": {
"type": "number",
"description": "The ID of the window where the tab is located."
}
},
"required": ["tabId"]
}
}