Skip to main content
Glama
iapke486-arch

kci-mcp-server

kci_get_article_detail

Retrieve detailed information of a KCI article by its control number, including author affiliations, full-text URL, DOI, UCI, FWCI, and citation count.

Instructions

KCI 논문 제어번호(Control Number, 예: ART002358582)로 논문의 상세 정보(저자 소속, 원문 URL, DOI, UCI, FWCI, 피인용 횟수 등)를 조회합니다. 제어번호는 kci_search_articles 결과의 article-id 값입니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesKCI 논문 제어번호 (Control Number, 예: ART002358582)
Behavior5/5

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

With no annotations provided, the description fully compensates by stating that it reads data (조회) and listing returned fields like author affiliations, URL, DOI, etc. There is no contradiction.

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?

Two concise sentences that front-load the purpose, provide a concrete example, and explain how to obtain the required input. No wasted words.

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 simple single-parameter tool and no output schema, the description fully covers the needed context: what the input is, how to get it, and what information will be returned.

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

Parameters5/5

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

The description adds significant meaning beyond the schema: it explains the parameter as 'KCI 논문 제어번호' with an example, and crucially tells the agent that the value should come from another tool's result. Schema coverage is 100% but the description enriches it.

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 purpose: retrieve article details from KCI using a control number, listing specific fields. It differentiates from siblings by specifying the input (control number) and output (detailed info), and explains the relationship with kci_search_articles.

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 explicitly indicates when to use the tool (after obtaining a control number from kci_search_articles) and provides context for the input. However, it does not explicitly state when not to use it or mention alternatives.

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/iapke486-arch/mcp-server'

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