Skip to main content
Glama

Naver Search MCP Server

datalab_shopping_keyword_by_gender

Analyze Naver Shopping keyword trends by gender to identify purchasing patterns. Input category, keyword, date range, and gender to generate insights for targeted marketing strategies.

Instructions

Perform a trend analysis on Naver Shopping keywords by gender. (네이버 쇼핑 키워드 성별 트렌드 분석)

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory code
endDateYesEnd date (yyyy-mm-dd)
genderYesGender
keywordYesSearch keyword
startDateYesStart date (yyyy-mm-dd)
timeUnitYesTime unit

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "description": "Category code", "type": "string" }, "endDate": { "description": "End date (yyyy-mm-dd)", "type": "string" }, "gender": { "description": "Gender", "enum": [ "f", "m" ], "type": "string" }, "keyword": { "description": "Search keyword", "type": "string" }, "startDate": { "description": "Start date (yyyy-mm-dd)", "type": "string" }, "timeUnit": { "description": "Time unit", "enum": [ "date", "week", "month" ], "type": "string" } }, "required": [ "startDate", "endDate", "timeUnit", "category", "keyword", "gender" ], "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/isnow890/naver-search-mcp'

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