Skip to main content
Glama
zeshuochen

nekoro-browser-mcp

by zeshuochen

click_at_xy

Perform a trusted mouse click at specified screen coordinates (x,y) in the browser, with optional tab targeting.

Instructions

click_at_xy(100, 200) — CDP 完整鼠标点击序列 (isTrusted:true)。 tab 指定目标标签(须已 attach);不传打当前活动标签。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
tabNo
Behavior3/5

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

With no annotations present, the description carries the full transparency burden. It discloses the use of CDP, a full click sequence, the isTrusted:true property, and the tab attachment requirement. However, it does not mention coordinate space, scrolling behavior, or potential outcomes like clicks outside the viewport.

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 extremely concise, consisting of two short sentences with a concrete example at the front. Every sentence and phrase adds useful information, with no wasted words.

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?

For a simple click tool with no output schema and no annotations, the description gives the essential behavior and tab handling. It is adequate but incomplete: an agent is left to infer coordinate space, edge cases, and return behavior.

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 schema has 0% description coverage, so the description must compensate. The tab parameter is explicitly explained, and the example click_at_xy(100, 200) maps the first two arguments to x and y. Yet the description does not clarify coordinate units or the coordinate origin.

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 clearly identifies the action as a CDP-based complete mouse click sequence and uses the example click_at_xy(100, 200) to indicate coordinate-based operation. Although it doesn't explicitly contrast with sibling click tools, the name and example make the purpose unambiguous.

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 only usage guidance is that the optional tab parameter requires an already-attached tab and defaults to the active tab. There is no indication of when to prefer this tool over click_text, click_selector, or other sibling tools, leaving the selection decision largely to the agent.

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