Skip to main content
Glama
vito1317

macos-control-mcp

by vito1317

mouse_move

Move the mouse cursor to a precise screen position by providing x and y pixel coordinates, using a top-left origin.

Instructions

Move the mouse cursor to specified screen coordinates (x, y). Coordinates use top-left origin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesX coordinate (pixels from left)
yYesY coordinate (pixels from top)

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations are absent, so the description carries the full burden. It adds one genuinely useful behavioral detail — the top-left origin coordinate convention — which prevents a common coordinate-system error. However, it does not disclose whether movement is instant or animated, whether accessibility permissions are required (relevant given the accessibility_* and animation_* siblings), or what happens with out-of-bounds coordinates.

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?

Two sentences totaling roughly 18 words, with zero wasted content. The action sentence comes first, followed by the coordinate convention. It does not redundantly restate parameter names or schema details, and every word earns its place.

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 2-parameter tool with no output schema, the description covers the action and the most critical contextual fact (coordinate origin). The main gaps — usage routing versus mouse_drag and permission requirements — are real but minor given the tool's low complexity; an agent can make a correct call from this description plus the fully documented schema.

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?

Schema description coverage is 100%: both x and y are already documented as pixel offsets from left and top respectively. The description's top-left origin note slightly reinforces this but adds minimal new meaning beyond the schema. Baseline 3 applies because the schema already documents both parameters fully.

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 states a specific verb (move), resource (mouse cursor), and target (screen coordinates x, y), which unambiguously distinguishes it from sibling tools: mouse_click, mouse_drag, mouse_scroll, and the read-only mouse_position. An agent can identify what this tool does without inspecting its schema.

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?

No guidance is given on when to use mouse_move versus alternatives. There is no mention of when mouse_drag may be the better choice (press-drag-release), when mouse_position is needed for reading current coordinates, or any conditions or prerequisites. The agent must infer usage entirely from the tool name and sibling list.

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/vito1317/macos-control-mcp'

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