Skip to main content
Glama
ZhaoXiTurtle

baidu-scholar-mcp

by ZhaoXiTurtle

search_papers

Search Baidu Scholar by paper title or partial keywords to retrieve candidate papers with metadata, citations, and source links; pick the matching paper to access complete details.

Instructions

按论文标题搜索百度学术(支持部分标题/关键词),返回候选论文列表,含 paperid、标题、作者及机构、年份、期刊、被引、来源链接(知网/万方/维普等)和截断摘要。典型流程:先 search_papers 拿候选列表,自行挑选最匹配的一篇,再调 get_paper_detail 取完整详情。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes论文标题,支持部分标题或关键词
max_resultsNo返回条数上限,默认 10,最大 50
auto_detail_on_singleNo搜索恰好只命中 1 篇时自动附带完整详情(paper_detail 字段),默认开启

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the result is a candidate list, includes truncated abstracts, and requires the caller to choose the most matching paper—useful behavioral context. It does not mention any side effects or response structure details, but for a read-only search this is largely sufficient.

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: two sentences, with the primary function and return fields front-loaded, followed by the workflow guidance. Every sentence contributes value and there is no redundancy.

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 relatively simple search tool with full schema coverage and no output schema, the description provides the essential context: what the tool returns, the expected workflow, and the caller's responsibility to pick a match. The connection between paperid and get_paper_detail is implied but could be slightly more explicit.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description reinforces the query semantics (title/partial/keyword) but does not add meaningful detail about max_results or auto_detail_on_single beyond what the schema already provides.

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 searches Baidu Academic by paper title (supporting partial titles/keywords) and returns a candidate list with a detailed set of fields. It also differentiates itself from the sibling get_paper_detail by describing the typical flow of first searching then fetching 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 'typical flow' explicitly positions search_papers as the initial step before calling get_paper_detail, and instructs the caller to manually select the best match. However, it does not explicitly contrast with get_paper_citations or state when not to use the tool.

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