Skip to main content
Glama
renyumeng1

mcp-scholar

scholar_search

Search Google Scholar for academic papers using keywords, filter results by year or sort by relevance, citations, date, or title. Retrieve summaries of top results to streamline research analysis.

Instructions

搜索谷歌学术并返回论文摘要

Args:
    keywords: 搜索关键词
    count: 返回结果数量,默认为5
    fuzzy_search: 是否使用模糊搜索,默认为False
    sort_by: 排序方式,可选值:
        - "relevance": 按相关性排序(默认)
        - "citations": 按引用量排序
        - "date": 按发表日期排序(新到旧)
        - "title": 按标题字母顺序排序
    year_start: 开始年份,可选
    year_end: 结束年份,可选

Returns:
    Dict: 包含论文列表的字典

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
fuzzy_searchNo
keywordsYes
sort_byNorelevance
year_endNo
year_startNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. While it mentions the tool searches Google Scholar, it doesn't describe rate limits, authentication requirements, error conditions, or what specific data is returned beyond 'paper abstracts'. For a search tool with no annotation coverage, this leaves significant behavioral gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections for Args and Returns. It's appropriately sized for a tool with 6 parameters, though the 'Returns' section could be more specific about the dictionary structure. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search tool with 6 parameters and no annotations or output schema, the description provides good parameter documentation but lacks behavioral context and output details. The 'Returns' section is vague ('Dict: 包含论文列表的字典'), leaving uncertainty about the response format. This is adequate but has clear gaps.

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?

With 0% schema description coverage, the description fully compensates by providing detailed parameter documentation. It explains all 6 parameters including defaults, optional values, and for 'sort_by' provides the complete enumeration of valid options. This adds substantial meaning beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches Google Scholar and returns paper abstracts, which is a specific verb+resource combination. However, it doesn't explicitly differentiate itself from sibling tools like 'adaptive_search' or 'paper_detail', which might offer overlapping functionality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does 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 alternatives like 'adaptive_search' or 'paper_detail'. It lacks context about appropriate use cases, prerequisites, or limitations compared to sibling tools.

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

Related Tools

Latest Blog Posts

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/renyumeng1/mcp_scholar'

If you have feedback or need assistance with the MCP directory API, please join our Discord server