Skip to main content
Glama
adkdev200

Universal Computer Control MCP

by adkdev200

computer.set_clipboard

Writes specified text to the system clipboard, enabling quick paste as an alternative to typing. Use when direct keyboard input fails or is unavailable.

Instructions

Write text to the clipboard (useful as a typing fallback).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes

Schema Changelog

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

  1. First observedv0.1.1

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the burden of revealing behavior. It clearly identifies that the operation writes to the clipboard, but it does not explicitly mention that existing clipboard contents are replaced, nor does it discuss errors or return behavior. This is adequate for a simple setter but not richly transparent.

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?

One short sentence front-loads the action and appends a useful parenthetical use case. Every word earns its place; no redundancy or filler.

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 one-parameter setter, the core purpose and use case are present, but the absence of annotations and an output schema leaves overwrite behavior and success/failure semantics unstated. The description is minimally viable but has clear 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?

With 0% schema description coverage, the description helps by indicating that the sole parameter 'text' is the content to be written. However, it adds no format, length, or encoding details; the single self-explanatory parameter keeps this from being a serious weakness.

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 uses a specific verb ('Write') and resource ('clipboard') to state exactly what the tool does, and the parenthetical 'useful as a typing fallback' adds a helpful intended-use cue. It distinguishes the tool from get_clipboard and typing-oriented siblings, though it never names an alternative explicitly.

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?

The 'typing fallback' phrase gives a clear context for when to reach for this tool: when direct keyboard typing is not practical. It does not name sibling tools or state when not to use it, so it stops short of a full routing guide.

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