MCP Browser Tabs Server

by kazuph
MIT License
14
2
  • Apple

close_tab

Close specific Google Chrome tabs using window and tab indexes to manage browser sessions efficiently. Start with higher indexes when closing multiple tabs to prevent index shifts. Confirm changes by retrieving updated tab information.

Instructions

Close a specific tab in Google Chrome by window and tab index. When closing multiple tabs, start from the highest index numbers to avoid index shifting. After closing tabs, use get_tabs to confirm the changes.

Input Schema

NameRequiredDescriptionDefault
tabIndexYes
windowIndexYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "tabIndex": { "exclusiveMinimum": 0, "type": "integer" }, "windowIndex": { "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "windowIndex", "tabIndex" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Browser Tabs Server

Related Tools

ID: wze1kc6emp