Skip to main content
Glama
hqhq1025

open-zcode-computer-use

by hqhq1025

Left Click Drag

left_click_drag
Destructive

Perform a left-click drag by pressing from a source element or coordinate, moving to a destination, and releasing. Use to drag UI items, select text, or move objects.

Instructions

Drag from one bound target to another.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
app_refNo
modifiersNoComma or plus separated key modifiers.
from_targetYes
return_stateNoOptionally observe the target again after the action.none
Install Server

TDQS

C2.4/5.0
Behavior2/5

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

Annotations already communicate that this is destructive and not read-only, so the safety profile is known. The description adds no behavioral context beyond the operation itself — it does not mention side effects, how targets are resolved, what gets modified, or how the drag is executed.

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 a single sentence with no filler, which is structurally efficient. However, it is so terse that it omits meaningful detail, and the phrase 'bound target' is unexplained, limiting the value of the brevity.

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

Completeness2/5

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

For a tool with five parameters, polymorphic target types, and a destructive annotation, this description is insufficient for an agent to reliably select and invoke it. It does not explain how to construct targets, how modifiers are specified, or whether state should be returned after the drag. These gaps are significant.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 40%, so the description should compensate by explaining endpoint semantics. It only conveys that from_target and to are the two ends of a drag; it does not clarify element vs coordinate usage, modifiers, app_ref, or return_state. The nested schema does most of the explanatory work.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names the operation ('drag') and broadly distinguishes it from simple click and hover tools, but 'bound target' is undefined jargon and the description does not clarify that targets may be elements or coordinates. It conveys the general action, but not with the precision expected for a drag tool with polymorphic endpoints.

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 choose this tool over left_mouse_down/left_mouse_up, mouse_move, or left_click. The word 'drag' implies the use case, but no explicit when/when-not guidance or alternatives are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/hqhq1025/open-zcode-computer-use'

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