Skip to main content
Glama
bluechonk

dsh-computer-use

by bluechonk

double_click

Trigger a double-click on a specified target using accessibility or screen coordinates to activate desktop elements.

Instructions

Double-click a target.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
strategyNo
modifiersNo
return_stateNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.14

TDQS

C2.3/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only says 'Double-click a target' and does not mention how the target is resolved, what modifiers or strategies affect behavior, whether a state is returned, or what side effects occur.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence with no redundancy, but its brevity is under-specification rather than effective conciseness. It restates the tool name and omits necessary context, so the one sentence does not earn its place.

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?

This tool has four parameters, a nested target object, two enums, no output schema, and no annotations, yet the description provides almost no contextual information. An agent cannot reliably know how to construct a correct invocation from this definition.

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 adds no meaning to the four parameters. It does not explain the required target.type, the strategy enum, modifiers, or return_state, leaving the agent to guess their semantics.

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 clearly states the action ('double-click') and the object ('a target'), making the tool's purpose immediately understandable. It is not misleading and is more specific than a pure tautology, but it does not differentiate from sibling click tools like triple_click or right_click.

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 about when to use this tool versus alternatives such as triple_click, right_click, or left_click. The description only states what the tool does, with no context, exclusions, or alternative routing.

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