ClipSnap
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLIPSNAP_MAX_FILES | No | Max files per session | 50 |
| CLIPSNAP_MAX_SIZE_MB | No | Max total session size | 200 |
| CLIPSNAP_TTL_MINUTES | No | File time-to-live | 60 |
| CLIPSNAP_IMAGE_FORMAT | No | Output format (png or jpeg) | png |
| CLIPSNAP_JPEG_QUALITY | No | JPEG quality (1–100) | 80 |
| CLIPSNAP_MAX_DIMENSION | No | Max image long edge (px) | 1568 |
| CLIPSNAP_CHECK_CONCEALED | No | Detect passwords before reading clipboard | true |
| CLIPSNAP_CLEANUP_ON_EXIT | No | Delete session files on exit | true |
| CLIPSNAP_SCREENSHOTS_DIR | No | Native screenshots dir (auto-detected via defaults read com.apple.screencapture) | auto |
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| paste_recentA | Shows the last N images by combining clipboard watcher captures, session history, and macOS Spotlight screenshots. The clipboard watcher catches images copied via any app (Shottr Esc, Cmd+C, etc.) instantly — no Spotlight delay. Results are sorted by time, newest first. Use when the user says "show my last screenshots", "look at my clipboard", or "check what I just captured". Pass folder to scan a specific directory instead. |
| cleanup_imagesA | Deletes temporary ClipSnap images from the session temp directory. Automatic cleanup already runs on TTL/size limits, so this is rarely needed. Use all=true to purge all sessions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one deletes temporary images, the other retrieves recent images. There is no ambiguity or overlap.
Both tools use snake_case with verb_noun pattern, though 'paste_recent' uses an adjective. The naming is mostly consistent and predictable.
With only 2 tools, the server feels under-scoped for an image management utility. It is borderline but not an extreme mismatch.
The tool surface lacks obvious features like capturing, editing, or listing images, leaving significant gaps for typical image-related tasks.