Skip to main content
Glama
DustinTrap

kvm-pilot

by DustinTrap

mouse

Destructive

Move the host pointer to specified coordinates and optionally click. Clicks require a fresh snapshot reference to confirm the screen state.

Instructions

Move the mouse (and optionally click) on the host. DESTRUCTIVE (HID input).

A click must carry the observed_frame_ref it was planned against (from a prior snapshot); it is refused — re-snapshot and retry — if the host rebooted/swapped media since, the observation is older than KVM_PILOT_MCP_FRAME_MAX_AGE (60s default, #141), or the ref wasn't issued by this server. Move-only (button omitted) needs no ref. coord_space: percent (0.0-1.0, default — survives resolution changes), pixel, or raw kvmd. Gated by KVM_PILOT_MCP_ALLOW_HID

  • per-invocation approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
buttonNo
confirmNo
profileNo
coord_spaceNopercent
observed_frame_refNo
Behavior5/5

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

Beyond the destructiveHint annotation, the description discloses critical behaviors: click refs are enforced with refusal conditions (host reboot, media swap, age >60s, foreign ref), move-only bypasses the ref requirement, coord_space affects coordinate interpretation across resolution changes, and the tool is gated by a runtime flag plus per-invocation approval. This is substantive transparency about side effects and preconditions.

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

Conciseness4/5

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

The description is front-loaded with the core purpose, then organized into precise technical constraints with no wasted words. It is dense but readable; each statement adds value. Slightly long, but acceptable given the safety-critical details.

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

Completeness5/5

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

For a mutating HID tool with no output schema, the description covers what an agent needs to know: destructive classification, ref staleness rules, coordinate space semantics, move-only behavior, and gating conditions. The only minor omission is the meaning of 'confirm' and 'profile', but the overall context is robust for correct invocation.

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

Parameters4/5

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

With 0% schema description coverage, the description compensates by clarifying key parameters: coord_space values and default, observed_frame_ref requirements for clicks, and button omission meaning move-only. However, 'confirm' and 'profile' are not semantically explained, so the agent still has to guess their effects — leaving a meaningful gap.

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 opens with a clear, specific verb+resource statement: 'Move the mouse (and optionally click) on the host.' It immediately distinguishes this from sibling input tools (press_key, type_text, send_shortcut) by the target device and action, and mentions the DESTRUCTIVE HID input nature, giving the agent a strong cue for when to select this tool.

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?

It explains when a click requires an observed_frame_ref and when move-only is permissible, and notes the tool is gated by KVM_PILOT_MCP_ALLOW_HID and approval. This is clear usage context, though it does not explicitly name alternative tools or state 'use this instead of X' — the context alone is sufficient to differentiate.

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/DustinTrap/kvm-pilot'

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