browser_tab_list
Retrieve and manage active browser tabs using Playwright MCP for structured web interactions. Simplify browser automation tasks without relying on screenshots or vision models.
Instructions
List browser tabs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}