Skip to main content
Glama
zeshuochen

nekoro-browser-mcp

by zeshuochen

scroll_wheel

Scroll the page or mouse wheel to any position using native compositor-level input, even inside iframes or shadow DOM elements. Specify coordinates and deltas to control scrolling direction and speed on the current page.

Instructions

scroll_wheel(0, 500) — CDP compositor 级 mouseWheel(能穿透 iframe/shadow DOM)。 fire-and-forget 修复后 CDP Input.dispatchMouseEvent 不再超时。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNo
yNo
dxNo
dyNo
Behavior3/5

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

The description notes the fire-and-forget behavior and that it no longer times out after the fix, which is useful behavioral context. With no annotations present, the description carries the burden but only partially covers it — it doesn't disclose the compositor-level side effects (e.g., it bypasses JS event listeners?), whether events are coalesced, or what the return value is.

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 brief — two sentences — but the second sentence is a fragment about a past bug fix ('fire-and-forget 修复后...不再超时') which is low-value implementation history rather than usage guidance. The example call is useful but the cryptic phrasing costs efficiency.

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

Completeness2/5

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

For a 4-param no-schema-coverage tool with no annotations and no output schema, this description is insufficient. It doesn't explain the parameter semantics, scroll direction conventions, coordinate system, or return behavior. The unique CDP aspect is mentioned but the operational details needed to invoke it correctly are largely missing.

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

Parameters2/5

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

Schema coverage is 0%, so the description must compensate for undocumented parameters. The description shows an example call 'scroll_wheel(0, 500)' but there are 4 parameters (x, y, dx, dy) — it doesn't explain which args the example maps to, what the coordinate semantics are, or what dx/dy mean. The example is ambiguous about whether (0, 500) means x=0, dy=500 or something else. Significant gap for a 4-param tool.

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 indicates it's a CDP compositor-level mouseWheel event that can penetrate iframe/shadow DOM, distinguishing it from sibling scroll tools like scroll_to and scroll_into_view. It names the underlying mechanism (Input.dispatchMouseEvent) and its unique capability (iframe/shadow DOM penetration). However, it doesn't explicitly say 'scroll the page' in plain terms and leans on technical jargon.

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?

The description implies this tool should be used when iframe/shadow DOM penetration is needed, implicitly distinguishing it from other scroll tools. However, it doesn't explicitly state when to use it vs alternatives like scroll_to or scroll_into_view, nor does it state when NOT to use it. The 'fire-and-forget' note hints at a behavior difference but provides no clear usage direction.

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/zeshuochen/nekoro-browser'

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