Skip to main content
Glama

get_clipboard

Retrieve the current clipboard text without requiring window focus. Use this tool to access copied content when selected-text retrieval is unavailable.

Instructions

Read the user's current clipboard text. Reliable on every platform and needs no window focus — the fallback when get_selected_text returns nothing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Addedv0.10.3
  2. Removedv0.10.2
  3. First observedv0.9.0

TDQS

A4.7/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses two key behavioral traits: cross-platform reliability and no need for window focus. It doesn't mention return format or failure modes, but for a simple clipboard read, these traits add meaningful value beyond the tool's name.

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 core purpose, then adds reliability and usage context, with no redundant words.

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 tool with no parameters and no output schema, the description fully covers the essential information: what it reads, when to use it (fallback), and a key advantage (no focus needed). Sibling differentiation is handled, making this complete in context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and the schema is empty, so the description does not need to explain parameters. Per baseline for 0-param tools, a score of 4 is appropriate; the description adds no parameter details because none exist.

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 starts with a specific verb and resource: 'Read the user's current clipboard text.' It clearly distinguishes itself from the closest sibling by positioning as 'the fallback when get_selected_text returns nothing', making its unique role explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides explicit usage guidance: use as fallback when get_selected_text returns nothing. It also adds context that it is reliable on all platforms and needs no window focus, helping the agent decide when this tool is preferable.

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/SunnyLich/OpenWand'

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