Skip to main content
Glama
volkan-m
by volkan-m

vnc_mouse_drag

Simulate a mouse drag-and-drop by moving the cursor from start coordinates to end coordinates on the remote screen via VNC.

Instructions

Perform a drag and drop

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endXYes
endYYes
buttonNo
startXYes
startYYes
Behavior2/5

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

With no annotations provided, the description bears full responsibility for disclosing behavior, but it simply says 'Perform a drag and drop' without explaining the mechanics (e.g., button press, movement, release). It fails to inform the agent about timing, coordinates handling, or potential side effects.

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 extremely concise, consisting of a single sentence. While there is zero waste, it is under-specified and lacks essential detail, making it merely short rather than appropriately concise for a tool with this complexity.

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

Completeness1/5

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

Given the tool has 5 parameters, no annotations, and no output schema, the description is grossly incomplete. It does not explain return values, prerequisites, coordinate system, or any behavioral context, making it inadequate for correct invocation.

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?

Schema description coverage is 0%, and the description mentions none of the parameters (startX, startY, endX, endY, button). It adds no meaning beyond the raw schema, leaving the agent without clues about what values to provide or their significance.

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 'Perform a drag and drop' clearly identifies the action as a mouse drag-and-drop operation, distinguishing it from sibling tools like vnc_mouse_move and vnc_mouse_click. While it is somewhat generic, it is specific enough to convey the core purpose.

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?

There is no guidance on when to use this tool versus alternatives such as vnc_mouse_click or vnc_mouse_move. The description provides no context about drag-and-drop scenarios, leaving the agent to infer usage solely from the tool name.

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/volkan-m/vnc-mcp-server'

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