Skip to main content
Glama
dopawei

academic-mcp

by dopawei

search_cnki

Search the China National Knowledge Infrastructure (CNKI) for academic papers. Filter by search type (subject, title, author) and sort by relevance, citations, downloads, or publication date.

Instructions

搜索中国知网 (CNKI) 学术论文。

Args: keyword: 搜索关键词 search_type: 搜索类型 (主题/篇名/关键词/作者/单位/DOI/摘要/全文) page_count: 搜索页数 (1-5,每页约20条) sort_by: 排序方式 (相关度/被引/下载/发表时间)

Returns: JSON 格式的搜索结果列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYes
search_typeNo主题
page_countNo
sort_byNo相关度

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as authentication requirements, rate limits, or pagination behavior. The return type is mentioned vaguely as 'JSON format search result list', but no further detail on what fields or limits apply.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and follows a clear Args/Returns structure. Every sentence adds value without redundancy. It is appropriately sized for a 4-parameter tool.

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

Completeness3/5

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

Given the tool's complexity (4 parameters, 1 required) and the existence of an output schema (so return details less critical), the description covers parameters well. However, it omits contextual prerequisites like the need for authentication (sibling login_cnki exists) and any limitations on usage.

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 input schema has 0% parameter descriptions, but the description adds valuable semantic context for all four parameters: keyword, search_type with enumerated options, page_count with range and page size, and sort_by with allowed values. This effectively compensates for the schema gap.

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 CNKI academic papers, with specific verb '搜索' and resource '中国知网 (CNKI) 学术论文'. It distinguishes from sibling search tools like search_wos and search_deepxiv by explicitly naming the CNKI platform.

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 implies usage for Chinese academic literature via CNKI but does not provide explicit when-to-use or when-not-to-use cues relative to alternatives like search_wos or search_deepxiv. No exclusions or prerequisites are mentioned.

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/dopawei/academic-mcp'

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