CNKI MCP Server
Server Quality Checklist
Latest release: v1.0.0
- Disambiguation5/5
The three tools have clearly distinct purposes: search_cnki performs broad searches with filtering options, find_best_match uses character matching for precise title verification, and get_paper_detail retrieves detailed metadata from a specific URL. There is no functional overlap between these tools, making selection unambiguous.
Naming Consistency5/5All tool names follow a consistent verb_noun pattern (search_cnki, find_best_match, get_paper_detail) with clear, descriptive naming. The conventions are uniform throughout the set, using snake_case and action-oriented verbs appropriate to each tool's function.
Tool Count3/5With only three tools, the server feels somewhat thin for a comprehensive CNKI (academic paper database) interface. While the tools cover core search and retrieval workflows, typical academic search servers would include more operations like citation analysis, author profiling, or filtering capabilities. The count is borderline minimal but functional.
Completeness4/5The tools provide good coverage of essential CNKI operations: searching, precise matching, and detailed retrieval. Minor gaps include lack of update/delete operations (though these may not apply to read-only academic databases) and advanced filtering beyond the search parameters. The surface supports basic research workflows effectively.
Average 3.6/5 across 3 of 3 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- 0 of 4 community issues answered or closed in the last 6 months
- No commit activity data available
- No stable releases found
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI status not available
Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.
If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.
MCP servers without a LICENSE cannot be installed.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions that pages parameter has a range (1-10) and each page returns about 20 results, which adds some behavioral context. However, it doesn't cover important aspects like rate limits, authentication requirements, error conditions, or whether this is a read-only operation. For a search tool with no annotation coverage, this is insufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured with clear sections (Args, Returns) and uses bullet points for enumerations. It's appropriately sized for a tool with 4 parameters. However, the first sentence could be more front-loaded with key information, and some parameter details are redundant with the schema.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that there's an output schema (the Returns section describes the response structure), the description doesn't need to explain return values in detail. It covers the basic purpose and parameters adequately. However, for a search tool with no annotations, it could provide more context about limitations, performance characteristics, or error handling.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description repeats some parameter information (search_type options, pages range, sort options) but doesn't add significant meaning beyond what's in the schema. The baseline of 3 is appropriate when the schema does the heavy lifting, though the description does provide some additional context about page size ('每页约20条结果').
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: '搜索 CNKI 论文,返回论文列表' (Search CNKI papers, return paper list). It specifies the verb ('搜索' - search) and resource ('CNKI 论文' - CNKI papers). However, it doesn't explicitly differentiate from sibling tools like 'find_best_match' or 'get_paper_detail', which prevents a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus its siblings ('find_best_match' and 'get_paper_detail'). It doesn't mention any prerequisites, exclusions, or alternative scenarios. The only usage context is implied by the tool name and description, but no explicit guidelines are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses the algorithm type ('字符匹配算法' - character matching algorithm) and the tool's suitability for quick verification/location. However, it doesn't mention potential limitations (e.g., accuracy, speed, rate limits), authentication needs, or error handling. It adds some behavioral context but leaves gaps for a tool with no annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured and concise. It starts with the core purpose, adds usage guidelines, and includes clear sections for Args and Returns. Every sentence adds value, though the 'ctx' parameter note could be more integrated. It's appropriately sized for a single-parameter tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity (1 parameter, 100% schema coverage, output schema exists), the description is fairly complete. It covers purpose, usage, parameters, and return values. The output schema handles return details, so the description doesn't need to explain them. However, with no annotations, it could benefit from more behavioral context like limitations or prerequisites.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 100%, so the baseline is 3. The description adds value by explaining the parameter 'query' as '论文标题或关键词' (paper title or keywords), which clarifies its semantic purpose beyond the schema's basic description. However, it doesn't provide additional details like format examples or constraints beyond what the schema already covers (minLength: 1).
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: '快速查找与输入标题最匹配的 CNKI 论文' (quickly find the best matching CNKI paper for an input title). It specifies the verb (find), resource (CNKI papers), and scope (best match). However, it doesn't explicitly differentiate from sibling tools like 'search_cnki' beyond mentioning it uses a 'character matching algorithm'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides some usage context: '适合用于验证论文标题或快速定位特定论文' (suitable for verifying paper titles or quickly locating specific papers). This implies when to use it, but it doesn't explicitly state when NOT to use it or mention alternatives like 'search_cnki' or 'get_paper_detail'. The guidance is helpful but incomplete.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states this is a retrieval operation ('获取'), which implies read-only behavior, and describes the comprehensive return format. However, it doesn't mention potential limitations like rate limits, authentication requirements, error conditions, or whether the tool caches results. The description adds value by specifying the scope ('完整信息' - complete information) but lacks operational details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured with clear sections (purpose, Args, Returns) and efficiently conveys essential information. The purpose statement is front-loaded, and every sentence serves a clear function. Minor improvement could be made by integrating the parameter guidance more seamlessly rather than as a separate Args section note.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness5/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's single parameter with full schema coverage, the existence of an output schema (implied by the Returns section detailing the dictionary structure), and clear differentiation from sibling tools, the description is complete enough. It covers purpose, parameter context, and return format without unnecessary detail. The output schema information in the Returns section compensates for any missing behavioral details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 100% schema description coverage, the schema already fully documents the single 'url' parameter. The description adds meaningful context by specifying that URLs '通常从 search_cnki 结果中获取' (usually obtained from search_cnki results), which provides practical guidance on parameter sourcing. This goes beyond the schema's technical documentation to offer usage semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific action ('获取' meaning 'get/retrieve'), the resource ('CNKI 论文详情页的完整信息' meaning 'complete information from CNKI paper detail page'), and distinguishes from siblings by focusing on detail extraction rather than searching (search_cnki) or matching (find_best_match). The verb+resource combination is precise and unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use this tool: after obtaining a URL from search_cnki results. It implicitly distinguishes from search_cnki (which finds papers) and find_best_match (which likely matches queries to papers). However, it doesn't explicitly state when NOT to use this tool or mention alternatives beyond the implied workflow.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/h-lu/cnki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server