Skip to main content
Glama
BogdanStamenovic

use-computer-mcp

computer

Destructive

Control a GNOME desktop by taking screenshots, moving the mouse, clicking, typing, and pressing keys to complete tasks visually.

Instructions

Mouse, keyboard and screen on the user's GNOME desktop.

Coordinates are pixels in the most recent screenshot (it is downscaled, e.g. 1280x720 for a 1920x1080 screen; the tool maps them back). A screenshot waits briefly for the screen to stop changing. Text outside ASCII is pasted via the clipboard, which is restored afterwards. Actions other than screenshot/zoom return a short confirmation, not an image: take a screenshot when you need to see the outcome.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoElement ref from read_screen/find; used instead of coordinate. left_click on a ref uses the element's accessibility action when it has one.
textNotype: the text (any Unicode). key: space-separated combos like 'ctrl+s' or 'Tab Return'
mouseNoWith ref: click with the real pointer even if an accessibility action exists
actionYesWhat to do
regionNozoom: [x0, y0, x1, y1] in screenshot pixels
repeatNokey: repeat count
durationNowait: seconds
modifiersNoHeld during a click/scroll/drag, e.g. 'ctrl' or 'ctrl+shift'
coordinateNo
scroll_amountNoWheel steps
scroll_directionNo
start_coordinateNoleft_click_drag start [x, y]

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior5/5

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

The description discloses several non-obvious behaviors beyond the annotations: screenshots are downscaled and coordinates are mapped back, screenshots wait for the screen to stabilize, non-ASCII text is pasted via a clipboard that is restored, and non-screenshot/zoom actions return a confirmation rather than an image. These details substantially enrich the openWorldHint and destructiveHint annotations without contradicting them.

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?

Four short sentences, each carrying one distinct fact: scope, coordinate system, screenshot/clipboard behavior, and output format. The most important scope statement is front-loaded, and there is no filler or repeated schema content.

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 12-parameter, 13-action GUI tool with no output schema, the description covers the essential non-schema semantics: coordinate space, output behavior, clipboard side effect, and screenshot timing. Combined with the detailed schema and annotations, an agent has enough information to invoke actions and interpret results correctly.

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?

The description adds important meaning beyond the schema, especially the coordinate mapping from downscaled screenshots and the clipboard-based handling of non-ASCII text. Since schema description coverage is already high at 83%, the description does not need to repeat every parameter, but it adds the key behavioral context that makes coordinate and text parameters safer to use.

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 identifies the resource scope: 'Mouse, keyboard and screen on the user's GNOME desktop.' This distinguishes it from perception-oriented siblings like read_screen and ocr. However, it lacks an explicit verb such as 'control' or 'operate', so it is clear by implication rather than through a direct action statement.

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 scope line implies this is the GUI interaction tool, and the closing advice to 'take a screenshot when you need to see the outcome' gives workflow guidance. However, it never names sibling tools or conditions for choosing computer over read_screen, form_input, or computer_batch, so the usage guidance is only implied, not explicit.

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