Skip to main content
Glama
leedw80

naver-mcp

by leedw80

search_doc

Find academic papers, theses, and official documents through Naver's professional search. Adjust sorting and pagination with optional parameters.

Instructions

네이버 전문자료 검색 — 학술자료, 논문, 공문서를 검색합니다

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNosim: 정확도순, date: 날짜순
queryYes검색어
startNo시작 위치 (기본 1, 최대 1000)
displayNo결과 수 (기본 10, 최대 100)
Behavior3/5

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

With no annotations provided, the description must carry the burden of behavioral disclosure. It simply states the search function, which is self-evident and non-destructive. It does not add any extra context about rate limits, result limits, or authentication requirements, but for a read-only search tool, the basic behavior is transparent enough.

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 immediately conveys the tool's purpose. It has no filler or redundant 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?

This is a simple search tool with a rich schema (100% coverage) and no output schema. The description adequately identifies the content domain, which is sufficient for an agent to decide when to invoke the tool. A slight deduction for not mentioning any search-specific nuances, but overall it is complete for its complexity.

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?

The schema covers 100% of parameters with descriptions (query, sort, start, display). The tool description adds no additional parameter meaning, so the baseline score of 3 is appropriate.

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 verb (검색합니다/searches) and resource (전문자료/professional documents) with specific types (학술자료, 논문, 공문서). This distinguishes it from sibling search tools like search_blog or search_news.

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 provides clear context on what content is covered (academic materials, papers, public documents), making it obvious when to use this tool. However, it does not explicitly mention alternatives or exclusion cases, so it falls short of a 5.

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