Skip to main content
Glama
micfogas

Pic Nicked MCP

by micfogas

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesGoogle API key for custom search
SEARCH_ENGINE_IDYesGoogle search engine ID

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_imageC

Search the image(s) online

persist_imageA

Store image at URL to folder relative to current workspace. If targetPath does not exist, the tool will create it automatically.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 2 tools

Disambiguation5/5

search_image and persist_image have completely distinct purposes: one looks up images online, the other saves a specific image locally. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tools follow the exact same verb_noun pattern with snake_case (search_image, persist_image), making the naming predictable and consistent.

Tool Count3/5

With only 2 tools, the server feels minimal and is on the thin side. The count is acceptable if the scope is strictly search-and-save, but it is borderline for a utility server.

Completeness3/5

The core operations (search and persist) are covered, but there is no way to list, delete, or otherwise manage persisted images. This is a notable gap in the image lifecycle, making the surface feel incomplete.

Maintenance

ActivityStale
ResponsivenessNo issues