F
licenseA
qualityD
maintenanceIntegrates CopyQ clipboard manager with LLM agents, enabling reading, writing, searching, and managing clipboard items organized in tabs with tags and notes through a unified interface.
3
1
-
No user-submitted related servers found.
Scored across 3 tools
Each tool targets a distinct operation: listing tabs, reading paginated history, and searching history. There is no overlap that would cause an agent to select the wrong tool.
All tools share the clipboard_ prefix, but clipboard_tabs uses a noun while clipboard_read and clipboard_search use verbs. This is a minor deviation from a consistent verb_noun pattern.
With only 3 tools, the set is well-scoped for a clipboard history reader. Each tool serves a clear purpose without unnecessary bloat.
The surface covers the core operations of a clipboard history viewer: listing tabs, reading pages of history, and searching. There are no obvious missing operations for this domain.