Skip to main content
Glama

screen_move

Move the mouse cursor to specified screen coordinates (x, y) to control the computer via automation. Requires VISION_ALLOW_SCREEN_CONTROL.

Instructions

仅移动鼠标光标(需 VISION_ALLOW_SCREEN_CONTROL=1)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses the environment variable requirement, but it does not explain coordinate semantics (absolute vs. relative), the origin of coordinates, potential side effects, or failure modes. Important behavioral details remain ambiguous.

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 a single sentence that immediately states the action and the key prerequisite. It is appropriately sized for a simple tool, avoids redundancy, and front-loads the essential purpose.

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?

Although the tool is simple, the description and schema together lack essential context such as the coordinate system, whether the move is absolute, and expected error behavior. Given the absence of an output schema and annotations, this is insufficient for an agent to reliably invoke the tool with correct parameters.

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

Parameters1/5

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

The schema has two numeric parameters with 0% description coverage, and the description does not clarify what x and y represent. It only indicates that the cursor will be moved, offering no guidance on coordinate interpretation, units, or whether the values are absolute or relative.

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 explicitly states the operation: 'only move the mouse cursor,' which is a specific verb+resource. The prefix 'only' clearly differentiates it from sibling tools like screen_click and screen_drag, making its 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 description mentions a required environment variable (VISION_ALLOW_SCREEN_CONTROL=1) but provides no guidance on when to use this tool versus alternatives such as screen_click or screen_drag. No alternative tools are referenced, and no use cases are described, leaving the agent to infer usage from the name alone.

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/zouyuanqing/vision-primitives-mcp'

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