playwright-browser-skill
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 101 tools
Many tools have overlapping boundaries despite prefix clarity: browser_click vs browser_mouse_click, browser_tap vs browser_touchscreen_tap, and browser_fill vs browser_type vs browser_keyboard_insert_text are easy to confuse. The get_by_* family also creates a large group of highly similar tools where an agent may struggle to pick the right one.
The browser_ prefix and snake_case naming is consistent, and most tools follow a browser_verb_noun pattern. Minor deviations like browser_goto, browser_pdf, browser_count, and browser_get_coverage (which actually starts coverage) keep it from being perfectly uniform.
At 101 tools, this is an extreme count that will overwhelm agent context and selection. Even for broad browser automation, many tools could be consolidated (e.g., wait_for_* variants, get_by_* variants, mouse/keyboard actions), so the surface is far larger than necessary.
The tool surface is exceptionally comprehensive for browser automation, covering browser lifecycle, navigation, interactions, queries, waits, screenshots, network control, storage, permissions, clocks, and accessibility. There are no obvious dead ends or major missing capabilities for the stated domain.