Skip to main content
Glama
rubatoyd

scienceon-mcp

by rubatoyd

scienceON_search

Read-only

Search KISTI ScienceOn for academic papers, reports, and trends. Filter by field, year range, and language to narrow results.

Instructions

ScienceON 문헌 검색.

query: 단일 검색어 / queries: 여러 검색어(개별검색 후 CN 합집합) — 둘 중 하나 target: ARTI(논문)·REPORT(보고서)·ATT(동향)·RESEARCHER·ORGAN field: BI(전체)·TI(제목)·AB(초록)·AU(저자)·KW(키워드). 와일드카드 * 사용 가능(예: 느린*). year_from~year_to: 발행연도(범위는 PY 틸드). rows: 반환 건수(최대 100). contains: 원본 전체필드에 이 문자열(들) 포함 결과만(대소문자 무시 후처리 필터). lang: 허용 언어(예: ["한국어"]) — 국내(국문) 한정 등.

반환값의 total 은 ScienceON 이 보고한 전체 건수(축별 합, 합집합 상한)이고, truncated=true 면 rows 상한에 잘린 것이다. 이때 warning 이 함께 붙는다. ⚠️ 절단된 결과를 완전한 코퍼스로 오인하면 후속 분석이 무효가 된다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo
rowsNo
fieldNoBI
queryNo
targetNoARTI
queriesNo
year_toNo
containsNo
year_fromNo
retry_incompleteNo
Behavior5/5

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

Despite having readOnlyHint and openWorldHint annotations, the description adds extensive behavioral context: it explains the 'CN 합집합' (CN union) logic for multiple queries, the post-processing filter (contains, case-insensitive), wildcard support, and importantly the semantics of total as an upper bound and truncated=true with a warning. It even warns against misinterpreting truncated results as a complete corpus, which goes well beyond the annotations.

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 well-structured with clear line breaks and semantically grouped parameters. Each sentence adds value, including the critical truncation warning. Despite being dense, it remains concise and easy to parse, covering complex behavior without redundant text.

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

Completeness5/5

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

Given the tool has 10 parameters, no output schema, and complex union/filter behaviors, the description is remarkably complete. It covers parameter semantics, return value semantics (total, truncated, warning), and operational caveats. The only missing piece is retry_incomplete, but overall the description provides sufficient context for an agent to use the tool correctly.

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

Parameters4/5

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

With 0% schema description coverage, the description compensates well by explaining nearly every parameter: query, queries, target, field, year range, rows, contains, and lang. It provides allowed values and behaviors. However, the parameter 'retry_incomplete' is absent from the description, creating a minor gap for that one parameter.

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 opens with 'ScienceON 문헌 검색' (ScienceON literature search), clearly identifying the action (search) and resource (literature). It further specifies target types (ARTI, REPORT, ATT, RESEARCHER, ORGAN) and field options, which distinguishes it from sibling tools like status, detail, export, and collect_groups.

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 provides detailed parameter usage (query vs queries, target, field, rows, etc.) and explains the union search behavior, but it never explicitly states when to use this tool versus alternatives like scienceON_status or scienceON_export. The usage context is clear for the search operation itself, but no alternative 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/rubatoyd/scienceon-mcp'

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