Skip to main content
Glama
graywind-labs

HUST CNKI Research MCP

search_cnki

Search CNKI papers by keyword, author, or journal to find Chinese academic research.

Instructions

搜索 CNKI 论文,返回论文列表。支持通过 author 和 journal 参数分别筛选作者和期刊。

重要:query 参数只放主题/关键词/篇名,不要把作者名混入 query。 如需按作者搜索,请使用 author 参数。author 和 query 可组合使用。 示例:搜索张三关于经济增长的论文 → query='经济增长', author='张三'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo排序: 相关度/发表时间/被引/下载/综合 (英文: relevance/date/cited/download/composite)相关度
pagesNo搜索页数
queryYes搜索关键词(主题/篇名等,不要把作者名放在这里,请用 author 参数)。多个关键词用空格分隔,会自动用 AND 连接,如'北京 奥运'→SU='北京' * '奥运'
authorNo按作者筛选(可与 query 组合使用)。例如搜索某作者关于某主题的论文:query='经济增长', author='张三'。设置后自动使用专业检索。
journalNo限定期刊名称(精确匹配),如'经济研究'。多个期刊用+分隔,如'经济研究+管理世界'。设置后使用专业检索。
search_typeNo搜索类型: 主题/关键词/篇名/DOI (英文: subject/keyword/title/doi)。注意:按作者筛选请用 author 参数而非设置 search_type='作者'主题

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the tool's function and parameter restrictions but does not state that it is read-only or mention any side effects, rate limits, or authentication needs.

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 concise with two short paragraphs and an example. Every sentence adds necessary information, and the most important usage rule is front-loaded. No redundant statements.

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 six parameters and existence of an output schema, the description covers the main scenario and critical constraints. It does not explain the return format (likely covered by output schema) but is otherwise adequate for typical use.

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 already has 100% coverage with descriptions, but the tool description adds value by clarifying the relationship between query and author parameters, including the critical rule not to put author names in query and providing an example. This goes beyond the individual parameter descriptions.

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 specifies the action ('搜索') and resource ('CNKI论文'), and states it returns a paper list. It distinguishes from sibling tools like download_paper_pdf and get_paper_detail, which handle different operations.

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 provides explicit guidance on when to use the author parameter instead of mixing it into query, with examples. However, it does not explicitly mention when not to use this tool or recommend alternatives among siblings.

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/graywind-labs/hust-cnki-research-mcp'

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