Skip to main content
Glama
pm990320

ultimate-playwright-mcp

by pm990320

browser_hover

Hover over a specific element in a browser tab by providing its reference and target ID. Triggers hover effects for interaction testing.

Instructions

Hover over an element

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYesElement reference from snapshot
targetIdNoTarget ID of the tab
Behavior2/5

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

The description does not disclose behavioral details such as whether hovering triggers JavaScript events, if the element must be visible, or if there are side effects. Since no annotations are provided, the description carries full burden but provides minimal insight.

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

Conciseness3/5

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

The description is extremely concise at one sentence, but it lacks structure or front-loading of key details. While it is not verbose, it is also not particularly well-organized for quick comprehension.

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 tool's simplicity (hover action with 2 parameters), the description is adequate but not complete. It does not mention prerequisites like a visible element or behavior on failure, which are important for a browser automation tool.

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?

Both parameters have descriptions in the schema, achieving 100% coverage. The tool description adds no additional meaning beyond the schema, so baseline score of 3 is appropriate.

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

Purpose4/5

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

The description 'Hover over an element' clearly states the action (hover) and the target (element), making the tool's purpose unambiguous. It does not explicitly differentiate from siblings like browser_click, but the verb 'hover' is distinct enough.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool (e.g., to trigger hover effects before clicking) or when not to use it. Alternatives like browser_click are not mentioned, leaving the agent without context for tool selection.

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