Skip to main content
Glama
rubatoyd

scienceon-mcp

by rubatoyd

scienceON_collect_groups

Combine multiple search groups into one deduplicated corpus with per-group fields and filters, enabling corpora that single queries cannot produce.

Instructions

여러 검색 그룹을 한 코퍼스로 합쳐 수집(CN 중복제거). config 파일 없이 대화형으로.

그룹마다 다른 필드·후처리 필터를 걸 수 있어, 단일 검색어로는 못 만드는 코퍼스를 만든다. 각 group = {"field": "BI", "terms": [...], "contains": [...], "lang": [...], "max": N} field : BI(전체)·TI(제목)·AB(초록)·AU(저자)·KW(키워드) terms : 그 필드로 개별 검색할 용어들(와일드카드 * 가능) contains: 원본 전체필드 substring 후처리 필터(노이즈 제거, 대소문자 무시) lang : 허용 언어(예: ["한국어"]) — 국문 논문 한정 등 max : 그 그룹만의 상한(미지정 시 max_records)

예) 변별력 있는 단어는 BI 로 그대로, 색인 안 되는 토큰은 TI 와일드카드 + contains 로 정밀화: [{"field":"BI","terms":["경계선지능","경계선 지능"]}, {"field":"TI","terms":["느린*"],"contains":["느린학습자","느린 학습자"]}]

save=true(기본) 면 파일로 저장하고 경로를 반환한다. save=false 면 레코드를 직접 반환하되 응답 폭주를 막기 위해 앞 100건만 싣는다(meta 는 전량 기준).

⚠️ meta.truncated=true 면 상한에 걸려 잘린 것이다 — meta.union_upper_bound(그룹별 total 합) 위로 max_records 를 올려 재수집해야 코퍼스가 완결된다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
saveNo
groupsYes
targetNoARTI
formatsNo
out_dirNo
year_toNo
year_fromNo
max_recordsNo
retry_incompleteNo
Behavior5/5

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

The description goes well beyond the annotations by explaining key behavioral details: save=true writes a file and returns a path, while save=false returns records directly but only the first 100 ('앞 100건만 싣는다'). It also warns about meta.truncated and explains how to resolve truncation by raising max_records above meta.union_upper_bound. This provides actionable insight into side effects and output limits not present in 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-organized and front-loaded with the core purpose. It uses bullet-like explanations for the group structure, a concrete example, and a clearly marked warning. Every sentence adds value; no filler. Despite being longer than average, it remains scannable and information-dense.

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?

Given the tool's complexity (10 parameters, nested groups) and the absence of an output schema, the description does a solid job of explaining the main flow, output modes, and truncation semantics. It falls slightly short on fully documenting every parameter, but the core behavior is well covered and the example clarifies the most complex part.

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?

The schema has 0% description coverage, so the description must compensate. It thoroughly explains the 'groups' parameter with its nested fields (field, terms, contains, lang, max) and provides a JSON example. It also clarifies 'save' behavior. However, other parameters like target, formats, out_dir, year_from, year_to, and retry_incomplete are left unexplained, though some are self-explanatory from their names.

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 tool's function: merging multiple search groups into a single corpus with deduplication ('여러 **검색 그룹**을 한 코퍼스로 합쳐 수집(CN 중복제거)'). It uses a specific verb (collect/merge) and resource (search groups into corpus), and this clearly distinguishes it from siblings like scienceON_search, scienceON_export, and scienceON_status.

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 explains the intended use case: building corpora that cannot be created with a single query ('단일 검색어로는 못 만드는 코퍼스를 만든다'). It provides a concrete example with different fields and filters. It does not explicitly mention alternative tools or when not to use it, but the use case is clear from the contrast with single-query search.

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