Skip to main content
Glama
weileyao2005

cnki-deepsearch

by weileyao2005

cnki_get_citations

Fetch citation network data for a CNKI article by providing its URL. Optionally specify which citation types to retrieve, such as references, citations, coreferences, and secondary citations.

Instructions

获取知网论文的引用网络信息(参考文献和引证文献列表)。输入文章详情页URL,返回该论文的参考文献、引证文献等引用数据。可选参数 tabs 指定要获取的引用类型。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes知网文章详情页URL
tabsNo要获取的引用类型列表。可选值:references(参考文献)、citations(引证文献)、coreferences(共引文献)、secondreferences(二级参考文献)、secondcitations(二级引证文献)。默认:['references', 'citations']

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.1

TDQS

A3.9/5.0
Behavior1/5

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

No annotations are provided, and the description does not disclose any behavioral details such as read-only nature, potential rate limits, authentication requirements, or side effects. Without this information, an agent cannot anticipate operational constraints or error conditions.

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, consisting of two sentences that efficiently state the purpose, input, output, and optional parameter. No unnecessary information is included, and the structure is clear and direct.

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 absence of an output schema and annotations, the description provides sufficient context for basic use: it explains what the tool does and what inputs are needed. It does not describe the return format, but this is not strictly required for invoking the tool. Minor omission is the lack of detail on how the returned citation data is structured, but this is not critical for selection.

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?

Both parameters are thoroughly explained. The description defines 'url' as the article detail page URL and 'tabs' as the citation types, listing all possible values and the default. This adds meaning beyond the schema, which only repeats the same descriptions, by clarifying the default behavior.

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 retrieves citation network information for CNKI papers, specifically references and cited literature lists. It uses the verb '获取' (get) and specifies the resource (article detail page URL), making the purpose unambiguous and distinct from sibling tools that handle searches or article details.

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 implies usage for citation data retrieval, and the input URL and optional tabs parameter provide clear guidance. It does not explicitly contrast with sibling tools like cnki_get_article, but the specialized focus on citations makes appropriate usage inferable. Lacks an explicit 'when not to use' statement.

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