Skip to main content
Glama

Naver Search MCP Server

search_image

Find and retrieve images by keyword with customizable filters for size, sorting, and pagination to enhance search precision and relevance.

Instructions

Searches for images using the given keyword. The page parameter allows for page navigation and sort='sim'/'date', filter='all'/'large'/'medium'/'small' is supported.

Input Schema

NameRequiredDescriptionDefault
displayNo
filterNoall
pageNo
queryYes
sortNosim

Input Schema (JSON Schema)

{ "properties": { "display": { "default": 10, "title": "Display", "type": "integer" }, "filter": { "default": "all", "title": "Filter", "type": "string" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "sort": { "default": "sim", "title": "Sort", "type": "string" } }, "required": [ "query" ], "title": "search_imageArguments", "type": "object" }

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/jikime/py-mcp-naver-search'

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