CrossPaste
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"subscribe": false,
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_clipboardC | Search clipboard history. Returns a list of paste items matching the query. |
| get_paste_itemA | Get the full content of a specific clipboard item by its ID. |
| get_clipboard_statsA | Get clipboard statistics: total count and size by type. |
| list_tagsA | List all clipboard tags for organizing paste items. |
| add_to_clipboardA | Add content to the clipboard history. Supported types: text, url, html, rtf, color, file, image. For file/image, content should be the absolute file path. For color, content can be hex (#FF0000), rgb(), rgba(), hsl(), hsla(), or CSS color name. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Latest Clipboard | The most recent clipboard item content |
| Clipboard Statistics | Overview of clipboard history statistics |
TDQS
Scored across 5 tools
Each tool has a clear, distinct purpose: searching, retrieving by ID, getting stats, listing tags, and adding new clipboard entries. No overlap or ambiguity.
All tool names follow a consistent verb-noun pattern (search, get, get, list, add) with clear object references. Minor variation like 'clipboard' vs 'paste_item' is acceptable but still coherent.
Five tools is a well-scoped set for a clipboard manager, covering core actions without unnecessary duplication or bloat.
The tool set covers search, retrieval, addition, stats, and tag listing—core clipboard operations. It lacks explicit delete/update actions, which are not typical for clipboard history but could be considered a minor gap.