Skip to main content
Glama
pm990320

ultimate-playwright-mcp

by pm990320

browser_click

Click an element in a browser tab by its reference from a snapshot. Supports left, right, middle, or double-click clicks.

Instructions

Click an element by its ref (e1, e2, etc. from snapshot)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYesElement reference from snapshot (e.g., 'e1', 'e2')
targetIdNoTarget ID of the tab
buttonNoMouse button to click (default: left)
doubleClickNoPerform a double-click
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden for behavioral transparency, but it only states the basic action. It does not disclose side effects (e.g., navigation, waiting for page load), error handling, or whether the click is immediate or asynchronous. This is a minimal disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence that efficiently communicates the core purpose. It could be slightly improved by front-loading the action, but overall it is well-structured and not verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simplicity of the tool (no output schema, few parameters), the description is minimally adequate but lacks context about what happens after a click (e.g., if it waits for a page load or returns anything). For a basic click tool, this is acceptable but not thorough.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description does not add extra meaning beyond the schema; it only mentions 'ref' while ignoring targetId, button, and doubleClick, but the schema already covers these adequately.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (click), the target (element by ref), and the source of refs (from snapshot). It distinguishes this tool from siblings like browser_hover (hover) and browser_type (type text) by specifying the exact action.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives (e.g., browser_hover or browser_press_key). It does not mention prerequisites like needing a snapshot first, nor does it specify when a click is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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

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