Skip to main content
Glama
Biogod2020

cnki-search

by Biogod2020

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchA

Search 知网空间 metadata. query may be empty if author or advisor is set.

Args: query: Search text. Exact title works best with field=title. field: theme (主题), title (篇名), keyword (关键词), content (全文), summary (摘要). page: Result page, starting at 1. author: Author name (作者). advisor: Thesis advisor (导师). year: Publication or degree year, e.g. 2023. kind: all, journal (期刊), thesis (博硕), phd (博士), master (硕士). sort: relevance, date, downloads, cites.

get_recordA

Fetch metadata from a 知网 / CDMD / cnki.com.cn record page. Not a PDF download.

Args: url: A CNKI Space or CDMD detail URL returned by search.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are distinctly separated: 'search' performs queries across metadata fields, while 'get_record' fetches details from a specific URL returned by search. There is no functional overlap between them.

Naming Consistency5/5

Both tool names follow a clear lowercase_with_underscores convention and use verb-first naming ('search', 'get_record'). The pattern is consistent and predictable.

Tool Count3/5

With only two tools, the server is minimal. The scope (searching and retrieving CNKI records) is narrow enough to justify this count, but it borders on being too thin for a productive search API.

Completeness4/5

The server covers the essential metadata search and record retrieval workflows. It lacks features like citation export or full-text download, but for its stated purpose of metadata access, the coverage is adequate with only minor gaps.

Maintenance

ActivitySlowing
ResponsivenessNo issues