Skip to main content
Glama
weileyao2005

cnki-deepsearch

by weileyao2005

cnki_search_with_abstracts

Search CNKI academic literature and retrieve paper details including abstracts, keywords, references, and similar papers; choose full or basic mode, filter by author, year, keyword, or organization.

Instructions

搜索知网CNKI学术文献并自动获取每篇论文的详细信息。与cnki_search使用相同的搜索参数,支持两种模式: full(默认): 摘要+关键词+参考文献+引证文献+相似论文+关键词权重,一次页面访问全部获取,10篇约40-60秒 basic: 仅摘要+关键词,速度快,10篇约15-20秒

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo数据模式:full(默认,含引用网络+相似论文+关键词权重) 或 basic(仅摘要关键词)full
fieldNo搜索字段:SU主题(默认)、TI篇名、KY关键词等
queryYes搜索关键词或自然语言描述
authorNo按作者筛选
keywordNo按关键词筛选
year_toNo结束年份(含)
year_fromNo起始年份(含)
max_resultsNo最大返回结果数,默认10
organizationNo按作者单位筛选

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.1

TDQS

A4.4/5.0
Behavior4/5

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

The description transparently states that it automatically fetches details and provides time estimates (40-60s vs 15-20s for 10 results), which helps set expectations. It does not explicitly mention read-only behavior or side effects, but given the search context this is not a major gap.

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 compact and well-structured, using a short introductory sentence followed by a clear breakdown of modes, time costs, and shared parameters. No redundancy or unnecessary elaboration.

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?

For a search tool with no output schema, the description sufficiently covers what the tool does, the optional modes, and performance expectations. It does not describe error handling or pagination, but these are not critical for basic usage and the description is otherwise complete.

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?

All 9 parameters are described, with clear explanations for filters like author, keyword, year range, and organization. Default values for mode and max_results are provided. While the Chinese descriptions are concise, they add meaningful context beyond the bare schema.

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 that the tool searches CNKI academic literature and automatically fetches detailed information for each paper, distinguishing itself from cnki_search by promising enhanced detail retrieval. The two modes (full and basic) further clarify the scope of what is returned.

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 explains when to use each mode based on the trade-off between detail (full) and speed (basic), and notes it shares parameters with cnki_search. However, it does not explicitly compare with cnki_professional_search or other siblings, leaving some ambiguity about when to prefer this tool over alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.