Skip to main content
Glama
ansua79

ScienceON-MCP

by ansua79

scienceon_report_details

Read-only

Retrieve R&D report details using its unique CN number. Optionally exclude long abstracts to get a concise summary instead of full text.

Instructions

CN번호로 R&D 보고서 상세정보를 조회합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cnYes보고서 고유 식별번호 (보고서 검색 결과의 CN 값)
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?

Annotations already declare readOnlyHint=true, and the description consistently describes a read operation. The description adds no further behavioral context beyond the basic function, such as response nature or impact of include_body, which is already covered by the schema. With annotations handling the safety profile, this meets a minimum standard.

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 in Korean that directly states the tool's purpose without any filler or repetition. It is well-structured for quick comprehension.

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 a simple read-only detail retriever with full parameter schema coverage and an output schema present. The description is sufficient for an agent to select and invoke it, though explicit mention of the prerequisite report search would enhance completeness.

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 both cn and include_body fully described. The description only mentions CN번호 and adds no additional meaning beyond what the schema already provides, so it does not need to compensate.

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 '조회' (query/retrieve) and identifies the resource 'R&D 보고서 상세정보' (R&D report detailed info) keyed by CN number. This clearly distinguishes it from sibling tools like scienceon_reports, which likely performs list searches.

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 states the tool operates by 'CN번호' (CN number), and the schema for cn adds that it comes from report search results, implying usage after scienceon_reports. However, it does not explicitly name alternatives or state when not to use this tool, providing clear context without exclusions.

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