Skip to main content
Glama

Playwright MCP

by furugen

browser_tab_select

Select a specific browser tab by its index for precise control during web automation tasks with Playwright MCP.

Instructions

Select a tab by index

Input Schema

NameRequiredDescriptionDefault
indexYesThe index of the tab to select

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "index": { "description": "The index of the tab to select", "type": "number" } }, "required": [ "index" ], "type": "object" }

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/furugen/playwright-mcp'

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