Skip to main content
Glama
adkdev200

Universal Computer Control MCP

by adkdev200

computer.screenshot

Capture the entire desktop, a selected monitor, or a rectangular region. Save the screenshot to a persistent directory and return the file path for inspection.

Instructions

Take a screenshot of the whole virtual desktop, a specific monitor or a [left, top, right, bottom] region. Saves it to the persistence directory and returns the path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNo
monitorNo
return_imageNo

Schema Changelog

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

  1. First observedv0.1.1

TDQS

A3.9/5.0
Behavior4/5

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

The annotations already establish that this is a read-only, non-destructive operation. The description adds useful behavioral context beyond annotations: the screenshot is saved to a persistence directory and the path is returned, which is valuable for an agent deciding how to use the result.

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 a single, well-structured sentence. It front-loads the main action and capture modes, then states the persistence and return behavior without any wasted words.

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?

For a simple screenshot tool with read-only annotations, this covers the primary workflow well. However, since there is no output schema and schema description coverage is 0%, the omission of return_image behavior and any note about parameter exclusivity or coordinate conventions leaves noticeable gaps.

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?

Schema description coverage is 0%, so the description must compensate for missing parameter details. It does explain the region format ([left, top, right, bottom]) and the monitor option, but it does not explain the return_image parameter, whose behavior is left to inference from its name and default value.

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 clearly states a specific verb and resource: 'Take a screenshot' of the virtual desktop, a monitor, or a region. It also enumerates capture modes, making it easy to distinguish from sibling tools like get_ui_tree or observe.

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 when to use the tool—whenever a screenshot of the desktop, monitor, or region is needed—but it does not explicitly name alternatives or state when not to use it. No exclusions or routing guidance is provided.

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/adkdev200/Universal-Computer-Control'

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