computer.get_clipboard
Read the text currently stored in the clipboard for use in automation or verification.
Instructions
Read the clipboard text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Read the text currently stored in the clipboard for use in automation or verification.
Read the clipboard text.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
v0.1.1Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It accurately states the read-only nature, but gives no additional context such as behavior with an empty clipboard, system permissions, or return value details. The basic operation is clear, yet the description adds minimal behavioral transparency beyond the literal action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is only four words, every one earning its place. It is front-loaded with the action and target, contains no filler, and is significantly concise without losing clarity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a trivial parameterless read operation with no output schema, the description fully covers what an agent needs to know to invoke it correctly. There are no hidden requirements, side effects, or conditions that need clarification.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the input schema is complete and no parameter documentation is needed. Baseline for 0-param tools is 4, and the description does not need to compensate for any schema gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Read') and a clear resource ('the clipboard text'). It precisely distinguishes the tool from siblings like set_clipboard, which writes to the clipboard, leaving no ambiguity about what the tool does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to use this tool versus alternatives. There is no mention of context, prerequisites, or related operations such as set_clipboard. The agent must infer usage entirely from the name and one-line description.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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