Skip to main content
Glama

clipboard_read

Read-only

Read text from the clipboard, or list available mimetypes by setting types to true. Returns an empty result for an empty clipboard and avoids delays from unresponsive clipboard owners.

Instructions

What is on the clipboard. Text by default; types:true lists the offered mimetypes instead. An empty clipboard is a clean result, not an error, and a clipboard owner that never serves its offer is reported after a short deadline instead of hanging.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typesNoList offered mimetypes instead of reading text.
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, and the description adds valuable behavioral edge cases beyond that: an empty clipboard is a clean result rather than an error, and a non-serving clipboard owner is reported after a short deadline instead of hanging. These details prevent an agent from misinterpreting empty output as failure and reassure about timeout behavior. No contradiction exits with the read-only annotation.

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 three compact sentences with no filler: the first establishes the core purpose, the second explains the only parameter, and the third covers important edge-case behavior. Each sentence adds distinct value and the most important information is front-loaded. It is an example of efficient, well-structured documentation.

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 simple single-parameter read tool, the description is complete: it explains the default return, the alternative mimetype mode, and the two non-obvious edge cases (empty clipboard and hanging clipboard owners). There is no output schema, so the description appropriately covers return semantics. No prerequisites or additional failure modes are needed for correct invocation.

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 coverage is 100%, and the schema already describes types as 'List offered mimetypes instead of reading text.' The description reinforces this by stating 'Text by default; types:true lists the offered mimetypes instead,' which clarifies the default but adds little beyond the schema. This matches the baseline where the schema carries the parameter semantics.

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 identifies the resource (clipboard) and the read operation, with 'What is on the clipboard' immediately conveying purpose. It also distinguishes two modes—reading text by default and listing mimetypes with types:true—so an agent knows exactly what the tool returns. The read intent is obvious even without an explicit imperative verb, and it is clearly differentiated from the sibling clipboard_write.

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 description provides clear context for when to use this tool: whenever clipboard contents are needed, with the types parameter for inspecting offered mimetypes. It does not explicitly reference alternatives or exclusion conditions, but the sibling list makes the read-vs-write distinction apparent. The default behavior and parameter switch are stated precisely enough for an agent to choose the correct invocation.

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

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/tristanmuzzu/deskwright'

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