mcp-scholar

by renyumeng1
Verified

paper_references

Retrieve a list of literature citing a specified paper. Configure results by count, sort by relevance, citations, date, or title to streamline research analysis. Part of mcp-scholar for enhanced paper exploration.

Instructions

获取引用指定论文的文献列表 Args: paper_id: 论文ID count: 返回结果数量,默认为5 sort_by: 排序方式,可选值: - "relevance": 按相关性排序(默认) - "citations": 按引用量排序 - "date": 按发表日期排序(新到旧) - "title": 按标题字母顺序排序 Returns: Dict: 引用论文列表

Input Schema

NameRequiredDescriptionDefault
countNo
paper_idYes
sort_byNorelevance

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 5, "title": "Count", "type": "integer" }, "paper_id": { "title": "Paper Id", "type": "string" }, "sort_by": { "default": "relevance", "title": "Sort By", "type": "string" } }, "required": [ "paper_id" ], "title": "paper_referencesArguments", "type": "object" }

You must be authenticated.

Other Tools from mcp-scholar

Related Tools

ID: 08dk6egz7d