Skip to main content
Glama

mouse_click

Simulate mouse clicks inside a Windows 98 VM at specific coordinates or the current pointer position, with configurable button, click count, and interval for GUI automation.

Instructions

Click at the supplied coordinates, or at the current pointer position when omitted. VM remains locked by this session; call vm_unlock when finished.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNoZero-based physical screen coordinate.
yNoZero-based physical screen coordinate.
buttonNoleft
vm_nameYesUnique VM name configured in WIN98CTL.INI.
click_countNo
interval_msNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv1.7.0
    • addedInput schema / properties / vm_name
      Added value: +{
      +  "description": "Unique VM name configured in WIN98CTL.INI.",
      +  "pattern": "^[A-Za-z0-9][A-Za-z0-9._-]{0,63}$",
      +  "type": "string"
      +}
    • addedInput schema / required
      Added value: +[
      +  "vm_name"
      +]
  2. First observedv0.0.0-development

TDQS

A3.7/5.0
Behavior4/5

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

The description adds meaningful behavioral context beyond the annotations: it discloses that the VM remains locked by this session and that the caller must unlock it. This is not captured by readOnlyHint, destructiveHint, or idempotentHint, and no contradiction exists.

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?

Two sentences deliver the core action, the coordinate fallback behavior, and the lock responsibility with no wasted words. The most important usage constraint is included succinctly.

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

Completeness3/5

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

The description is reasonably complete for a simple click operation, especially the lock-handling note, but it leaves out return behavior, error conditions, and any rationale for choosing this over qemu_mouse_click. Given the absence of an output schema and the number of parameters, some additional context would help.

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 schema covers x, y, and vm_name with descriptions, so the description's clarification that omitted coordinates use the current pointer position adds value. However, button, click_count, and interval_ms are not explained beyond defaults/enums, and the description does not compensate for the 50% schema coverage gap.

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: click at supplied coordinates, or at the current pointer position when coordinates are omitted. It is specific about the resource and behavior, though it does not differentiate from the closely related sibling qemu_mouse_click.

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

Usage Guidelines3/5

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

The description implies usage within a locked VM session by noting that the VM remains locked and that vm_unlock should be called afterward. However, it does not explicitly state when to prefer this over alternatives such as mouse_down/mouse_up or qemu_mouse_click.

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

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/ido-pluto/windows98-mcp'

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