Skip to main content
Glama
LowOrbitLab

chromiumfish_mcp

by LowOrbitLab

drag

Press an element, move along a curved path, and release on a target element or by pixel offset. Returns the start and end points actually used.

Instructions

Press on an element, move with a human-like curved path, and release. Give exactly one destination: toTarget to drop onto another element, or dx/dy to drag by a pixel offset (what slider controls need). Both ends must be on screen at once. Returns the from and to points actually used.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dxNo
dyNo
targetYes
frameIdNo
toTargetNo
returnSnapshotNoAlso return a fresh snapshot of the resulting page; renumbers element refs.
Behavior4/5

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

Annotations only declare destructiveHint=false, so the description carries the transparency burden. It discloses the human-like curved path, the requirement that both ends be on screen, and the return of from/to points. However, it does not describe error behavior or prerequisites like element interactability.

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 three sentences, each earning its place: first states the action, second explains parameter choices, third adds constraints and output. No extraneous words; front-loaded with the core action.

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?

Given the tool has 6 parameters, 1 required, low schema coverage, and no output schema, the description provides adequate context for most use cases. It covers two drag modes, preconditions, and output, though it omits behavior for edge cases or details about frameId.

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 17% (only returnSnapshot has a description). The tool description explains target (element to press), toTarget (drop target), and dx/dy (pixel offset), adding value. But frameId is left ambiguous, and the explanation for dx/dy is brief, leaving some parameters underspecified.

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 tool performs a drag action: pressing, moving with a human-like curved path, and releasing. It distinguishes two drag modes (toTarget for elements, dx/dy for offsets), which differentiates it from siblings like click or hover.

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 explicitly instructs to give exactly one destination (toTarget or dx/dy), which guides correct parameter choice. It also specifies that both ends must be on screen, providing a precondition, but does not mention when not to use the tool or alternatives beyond the constraint.

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/LowOrbitLab/chromiumfish_mcp'

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