Skip to main content
Glama
ansua79

ScienceON-MCP

by ansua79

scienceon_patents

Read-only

Search and retrieve patent records from KISTI ScienceON using keyword queries, with options to adjust page, result size, and abstract inclusion.

Instructions

KISTI ScienceON에서 특허를 검색합니다. 인용/피인용 특허는 별도 도구 scienceon_patent_citations로 조회합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo페이지 번호 (기본 1)
queryYes검색 키워드
max_resultsNo최대 결과 수 (기본 10, 최대 100)
include_bodyNo초록 등 긴 본문 포함 여부 (기본 True). False면 초록을 제외합니다.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description aligns with the `readOnlyHint: true` annotation, indicating a safe read operation. However, it adds no additional behavioral context beyond the search action itself, such as pagination behavior or result scope, but given the annotation coverage, this minimal addition is acceptable.

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 two short sentences. The first sentence states the primary purpose, and the second provides a useful pointer to a sibling tool. No wasted words 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?

Given the rich schema (4 parameters with full descriptions), annotations, and presence of an output schema, the description is sufficient. It covers the core purpose and the main alternative (citations). It could mention result details or whether it returns bibliographic info, but the output schema likely handles that, so no major gap.

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%, with all parameters (query, page, max_results, include_body) already documented in the schema. The tool description adds no extra parameter semantics, so the baseline score of 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 clearly states the tool searches patents on KISTI ScienceON, using the specific verb '검색' (search) and resource '특허' (patents). It also distinguishes itself from the sibling `scienceon_patent_citations` by noting that citation data is handled separately, preventing confusion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells users to use `scienceon_patent_citations` for cited/citing patents, providing a clear alternative and exclusion. This helps the agent decide when not to use this tool without additional inference.

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/ansua79/scienceon-mcp'

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