Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "subscribe": false,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Latest ClipboardThe most recent clipboard item content
Clipboard StatisticsOverview of clipboard history statistics

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: searching, retrieving by ID, getting stats, listing tags, and adding new clipboard entries. No overlap or ambiguity.

Naming Consistency5/5

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.

Tool Count5/5

Five tools is a well-scoped set for a clipboard manager, covering core actions without unnecessary duplication or bloat.

Completeness4/5

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.

Maintenance

ActivityActive
ResponsivenessResponsive