Skip to main content
Glama
jumodada

DrissionPage MCP Server

by jumodada

Drag Pointer Between Coordinates

page_pointer_drag
Destructive

Perform a mouse drag across viewport coordinates, optionally through waypoints, with guaranteed button release to prevent stuck states.

Instructions

Perform one failure-safe viewport drag through optional ordered waypoints using direct or bounded natural movement while the button remains pressed. Always releases the button.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_xYesViewport drag end X in CSS pixels
end_yYesViewport drag end Y in CSS pixels
buttonNoMouse button held during the dragleft
elementNoHuman-readable draggable element or interaction description
profileNoMovement profile for the approach and every held segment: direct or deterministic bounded natural motiondirect
start_xYesViewport drag start X in CSS pixels
start_yYesViewport drag start Y in CSS pixels
waypointsNoOptional ordered viewport points visited while the button remains pressed

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds valuable behavioral guarantees beyond annotations: 'Always releases the button' and 'failure-safe' disclose important safety behavior not found in the readOnly/destructive hints. However, it does not detail what 'failure-safe' entails or the exact side effects of the drag (though destructiveHint is true).

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 two sentences, front-loaded with the core action, and every phrase earns its place (failure-safe, waypoints, movement profiles, button release). No redundancy or filler.

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?

The description is complete enough for an agent to select and invoke the tool correctly given the rich schema and output schema. It covers the primary behavior, optional waypoints, movement profiles, and the button-release guarantee. It does not explain failure-safe semantics, but the schema and context cover most operational details.

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 input schema already provides 100% coverage of parameter descriptions, so the baseline is 3. The description reinforces the meaning of waypoints and profile but does not add substantial new semantic detail beyond the schema.

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 ('Perform one failure-safe viewport drag'), the scope (through optional ordered waypoints), and the method (direct or bounded natural movement while the button remains pressed). It distinguishes this from coordinate-based moves and element-based drags by emphasizing waypoints and the button-pressed state.

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

Usage Guidelines4/5

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

The description conveys when to use this tool: for viewport coordinate drags with waypoints and movement profiles. It implies it is for coordinate-based interactions rather than element-based ones (e.g., page_pointer_drag_element), but it does not explicitly name alternatives or state when not to use it.

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/jumodada/Drissionpage-MCP-Server'

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