paper_detail
Retrieve detailed information about a specific paper using its unique ID. Integrates with the MCP Scholar server to support research analysis and data extraction from Google Scholar.
Instructions
获取论文详细信息
Args:
paper_id: 论文ID
Returns:
Dict: 论文详细信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
paper_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"paper_id": {
"title": "Paper Id",
"type": "string"
}
},
"required": [
"paper_id"
],
"title": "paper_detailArguments",
"type": "object"
}