Skip to main content
Glama
zopalz

DuckDuckGo MCP Server

by zopalz

image_search

Search for images by query, filter by size and type, and receive URLs, titles, and sources.

Instructions

Search for images using DuckDuckGo. Returns a list of image results with URLs, titles, and sources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNoImage size filter (small, medium, large, wallpaper)
typeNoImage type filter (photo, clipart, gif, transparent, line)
queryYesThe image search query
max_resultsNoMaximum number of results to return (default: 10)
Behavior3/5

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

No annotations provided. The description discloses the return format but lacks details on behavior: no info on rate limits, safety (likely read-only), pagination, or authentication. It relies on the service name (DuckDuckGo) for implicit trust, but more explicit transparency would help.

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

Conciseness4/5

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

Two concise sentences front-load the primary action and return value. No unnecessary words, but it could be slightly more informative without becoming verbose.

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?

For a tool with 4 parameters (including enums) and no output schema, the description is minimal. It doesn't mention filters like size or type, though the schema covers them. The agent may need to inspect the schema to understand filtering capabilities, making the description incomplete for quick decision-making.

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

Parameters3/5

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

Schema_description_coverage is 100%, so baseline 3. The description adds no parameter-specific meaning beyond what the schema provides, merely confirming the tool's purpose. No additional context for the enums or the max_results default.

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 states the verb 'Search' and the resource 'images using DuckDuckGo', clearly differentiating from sibling tools (e.g., web_search for general web, download_image for downloading). It also specifies the return type: a list with URLs, titles, and sources.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this vs. alternatives (e.g., web_search). While the name and description imply image-specific search, it doesn't exclude cases where general web search might be better, nor does it mention limitations.

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/zopalz/websearch_mcp'

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