Skip to main content
Glama
Ding-Ding-Projects

lowlevel-computer-use-mcp

screenshot_virtual_display

Read-only

Capture a full screenshot of a Xvfb virtual display to a PNG file. Provide the display number and output path to receive a JSON response with the image path and dimensions.

Instructions

Capture the whole Xvfb virtual display to a PNG.

Args: params (ScreenshotVirtualInput): display number and output path.

Returns: str: JSON {"ok": true, "path": "...", "width": W, "height": H}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds the scope ('whole' display) and the return JSON structure (path, width, height), providing useful context beyond the annotations. No contradictions found.

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 clear one-sentence overview followed by compact Args and Returns blocks. It is front-loaded and contains no extraneous information, efficiently conveying purpose and output.

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

Completeness4/5

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

The description covers the core purpose, parameters, and return format, and the output schema and annotations fill additional gaps. It omits behavior when output_path is null or when the display does not exist, but given the tool's simplicity, it is largely complete.

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?

The schema provides detailed descriptions for 'display' and 'output_path', but the context signal indicates 0% parameter coverage from the description. The description merely restates 'display number and output path' without adding semantics like default behavior, constraints, or null handling, failing to compensate for the low coverage.

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 uses the specific verb 'Capture' and names the exact resource ('whole Xvfb virtual display') and output format (PNG), clearly distinguishing it from the sibling 'screenshot' tool which likely targets the main display.

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 use for virtual displays but does not explicitly state when to choose this over alternatives like 'screenshot' or mention exclusions. No alternative tools are referenced, so the guidance is implied rather than explicit.

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/Ding-Ding-Projects/lowlevel-computer-use-mcp'

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