Skip to main content
Glama
yubao2000

mcp-browser-agent

by yubao2000

browser_mouseMove

Move the mouse pointer to exact X/Y coordinates. Use segmented steps to emulate human-like cursor movement for realistic browser automation.

Instructions

模拟鼠标移动到指定坐标。支持分段移动(模拟真人轨迹)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes目标 X 坐标
yYes目标 Y 坐标
stepsNo移动步数(越多越平滑,默认 10)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.5.0

TDQS

B3.2/5.0
Behavior2/5

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

The description mentions the behavioral trait of simulating human trajectory through segmented movement, but it does not disclose potential side effects (e.g., triggering hover events, coordinate system, or viewport constraints). With no annotations provided, more transparency would be expected.

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 concise, using only two sentences to convey the essential purpose and one additional feature. No redundant wording or unnecessary details are present.

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 action with no output schema, the description covers the core behavior and the optional parameter. However, it does not specify the coordinate system (e.g., viewport vs. page) or whether the tool auto-scrolls to coordinates, which could be a minor gap in full context.

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 already provides descriptions for all three parameters (100% coverage). The description adds no extra semantic information beyond what the schema states, so it meets the baseline but does not exceed it.

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 (simulate mouse moving), the target (specified coordinates), and the scope (supporting segmented movement for human-like trajectory). It is specific and distinguishes the tool's function without ambiguity.

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

Usage Guidelines1/5

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

No guidance is given about when to use this tool versus alternatives like hover or clickAt. The description lacks any explicit or implied usage conditions, leaving the agent without information on when to prefer this tool.

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

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/yubao2000/mcp-browser-server'

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