Skip to main content
Glama

Robot Actions — Remote Device Control

web_hover

Hover an element in the DESKTOP grid browser (by pageId) — the way to open a hover menu or reveal a tooltip before clicking. Not a device — for a phone or tablet use webpage_hover.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageIdYesPage ID from web_navigate
selectorYesCSS selector of the element

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses the intended behavioral effect (revealing hover menus/tooltips) and clarifies that this is a hover action, not a click, by saying 'before clicking.' It does not detail wait behavior or return values, but the disclosed behavior is adequate for this simple action.

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

Conciseness5/5

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

The description is compact, front-loaded with the core action, and every sentence earns its place. The usage guidance and alternative are included without unnecessary verbiage or repetition of schema details.

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

Completeness4/5

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

For a simple two-parameter hover tool with no output schema, the description covers the action, the context, the purpose, and the key alternative. It does not mention visibility requirements, wait behavior, or error cases, but these are less critical for a straightforward hover action and the description is otherwise complete enough to invoke correctly.

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?

The input schema already documents pageId as 'Page ID from web_navigate' and selector as 'CSS selector of the element,' with 100% schema description coverage. The description adds little beyond the schema, only reinforcing the desktop browser context. The baseline of 3 is appropriate.

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 a specific action ('hover an element'), a specific context ('DESKTOP grid browser'), and an identifier ('by pageId'). It also distinguishes itself from the sibling tool webpage_hover, making it immediately clear what this tool is for.

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

Usage Guidelines5/5

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

It explicitly explains when to use this tool: to open a hover menu or reveal a tooltip before clicking. It also provides a direct alternative and exclusion condition: for a phone or tablet, use webpage_hover instead. This gives the agent clear selection criteria.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources