Skip to main content
Glama

MCP Browser Tabs Server

by kazuph

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kazuph/mcp-browser-tabs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server