Skip to main content
Glama

click

Simulates mouse clicks at specified screen coordinates, or at the current cursor position when coordinates are omitted. Supports left, right, and middle buttons with adjustable click count.

Instructions

HID click at screen points (x, y), or at the current cursor if x/y omitted. Same coordinates as the screenshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNo
yNo
buttonNo
clicksNo
Behavior3/5

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

With no annotations, the description carries the behavioral transparency burden. It adds useful behavior context: clicking at specified coordinates, fallback to current cursor when x/y omitted, and coordinate alignment with screenshots. However, it omits behavioral details like default button, click count behavior, or side effects, so it is only partially transparent.

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 with no filler. The first sentence conveys the core action and parameters, and the second clarifies coordinate alignment. Every sentence earns its place; concision is excellent.

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?

The tool has four optional parameters, no annotations, and no output schema. The description provides only x/y behavior and coordinate system context. It does not address button options, click counts, defaults, or potential effects, leaving the tool under-specified for robust use by an agent.

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 0%, so the description must compensate. It explains x and y semantics (coordinates and optional omission) but completely ignores 'button' and 'clicks', leaving those parameter meanings to be inferred from the schema alone. This is insufficient for full parameter understanding.

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 states the tool performs a click at screen coordinates or current cursor, with a specific verb ('click') and resource ('screen points'). It also distinguishes from sibling tools like mouse_move and mouse_drag by clarifying the click action and coordinate system.

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?

The description gives no explicit guidance on when to use this tool versus alternatives such as mouse_move, mouse_drag, or scroll. It implies usage through the verb 'click' but does not provide context, exclusions, or mention scenarios where the click tool is preferred.

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/stevederico/mac-use'

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