Skip to main content
Glama
leedw80

naver-mcp

by leedw80

search_adult

Determine whether a search term is adult-related. Returns 0 for general content or 1 for adult content, enabling content filtering.

Instructions

성인 검색어 판별 — 검색어가 성인 콘텐츠 관련인지 확인합니다. 반환값: adult (0: 일반, 1: 성인)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes판별할 검색어
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It explicitly discloses the return value semantics ('adult: 0 normal, 1 adult') and the classification scope. It does not mention error handling, but for a simple classifier this is acceptable and adds value beyond the schema.

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?

The description is a single, concise sentence that front-loads the main purpose and includes the return format. No wasted words; every element contributes meaningful information.

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

Completeness4/5

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

The tool is simple with one required parameter and no output schema. The description adequately explains the return value and classification intent. It lacks explicit usage context, but the purpose is clear enough for an agent to invoke the tool correctly.

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% — the only parameter 'query' is described as '판별할 검색어' (the search term to classify). The description adds no extra parameter semantics beyond the schema, so the baseline 3 applies.

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 uses a specific verb '판별' (classify/discriminate) with a clear resource '성인 검색어' (adult search term), and states the binary outcome (0: general, 1: adult). This clearly distinguishes it from sibling search tools that return content.

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?

The description implies the tool is for classifying adult content but does not explicitly state when to use it compared to alternatives like search_webkr or search_blog. The purpose is self-evident but no when-to-use or when-not-to-use guidance is provided.

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/leedw80/naver-mcp'

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