Skip to main content
Glama

wavexis_mouse_drag_xy

Destructive

Drags the mouse from one screen coordinate to another via CDP events, dispatching mouseMoved, mousePressed, and mouseReleased actions to trigger page interactions.

Instructions

Drag the mouse from one screen coordinate to another via CDP mouse events.

This tool mirrors Playwright's API for compatibility; use wavexis_act instead for natural-language drag interactions.

Side effects: Dispatches mouseMoved, mousePressed, and mouseReleased events to the browser page; may trigger page interactions. Returns: JSON string with keys: 'status' ('ok'/'error').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. Changed7 schema fields changedv1.6.25
    • addedInput schema / $defs / MouseDragXYInput / properties / button / description
      Added value: +"Mouse button to use"
    • addedInput schema / $defs / MouseDragXYInput / properties / end_x / description
      Added value: +"Ending X coordinate in CSS pixels"
    • addedInput schema / $defs / MouseDragXYInput / properties / end_y / description
      Added value: +"Ending Y coordinate in CSS pixels"
    • addedInput schema / $defs / MouseDragXYInput / properties / session_id / description
      Added value: +"Active session ID from wavexis_session_open"
    • addedInput schema / $defs / MouseDragXYInput / properties / start_x / description
      Added value: +"Starting X coordinate in CSS pixels"
    • addedInput schema / $defs / MouseDragXYInput / properties / start_y / description
      Added value: +"Starting Y coordinate in CSS pixels"
    • addedInput schema / $defs / MouseDragXYInput / properties / steps / description
      Added value: +"Number of intermediate steps for smooth dragging"
  2. Addedv1.6.24

TDQS

A4.7/5.0
Behavior5/5

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

It discloses the exact CDP events dispatched (mouseMoved, mousePressed, mouseReleased), states that page interactions may be triggered, and gives the return shape. This meaningfully supplements the annotations, which already hint at non-read-only, destructive behavior.

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?

Three short, focused segments: the operation, the alternative tool, and side effects/returns. Every sentence earns its place, and the key purpose is front-loaded.

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

Completeness5/5

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

For a drag tool with a rich input schema and explicit annotations, the description adequately covers side effects, the compatibility context, the natural-language alternative, and the response format. An agent can correctly select and invoke the tool without further inference.

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 description itself adds only the general 'screen coordinate' semantics. However, the nested input schema documents all parameters in detail (start/end coordinates in CSS pixels, steps range, button enum, session_id source), so the schema carries most of the parameter documentation burden.

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 opens with a specific verb and resource: 'Drag the mouse from one screen coordinate to another via CDP mouse events.' It clearly distinguishes this raw coordinate-based drag tool from higher-level alternatives and states it is for Playwright-compatible drag operations.

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

Usage Guidelines5/5

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

The description explicitly tells the agent to use wavexis_act instead for natural-language drag interactions, naming the alternative and the condition under which it should be chosen. This leaves no ambiguity about when this tool is appropriate.

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/MathiasPaulenko/wavexis-mcp'

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