Skip to main content
Glama
micfogas

Pic Nicked MCP

by micfogas

persist_image

Downloads an image from a URL and saves it to a workspace folder, creating the folder automatically if it doesn't exist.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the image
targetPathYesFolder where to save the image (relative to the current workspace)
workspacePathYesThe current workspace absolute path
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Without annotations, the description carries the full burden. It discloses a key behavior (auto-creation of targetPath), but does not mention what happens if the file already exists (overwrite?) or what occurs if the URL is invalid. This leaves important side effects unspecified.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, zero waste. The key information is front-loaded, and the conditional behavior follows naturally. No redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the core operation and auto-creation, but omits details about how the image file is named (e.g., derived from URL) and potential error handling. Given the tool's simplicity and full schema coverage, these gaps could mislead an agent about the exact output.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value beyond the schema by explicitly stating that targetPath need not pre-exist and will be created automatically. This clarifies the parameter's semantics beyond the schema's 'Folder where to save the image'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Store image at URL') and the destination ('folder relative to current workspace'), making the tool's purpose unambiguous. It distinguishes from sibling 'search_image' by focusing on persistence rather than discovery.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context: it saves an image to a workspace-relative folder and automatically creates the target directory if missing. It does not explicitly mention alternatives or exclusions, but the 'relative to current workspace' and 'auto-create' instructions provide sufficient usage context for most cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/micfogas/mcp-picnick'

If you have feedback or need assistance with the MCP directory API, please join our Discord server