get_paper_pdf_info
Retrieve PDF availability details for academic papers using the Semantic Scholar MCP Server. Input a paper ID (Semantic Scholar ID, DOI, ArXiv ID) to check access to the paper's PDF.
Instructions
Get PDF availability information for a paper.
Args:
paper_id: Paper ID (Semantic Scholar ID, DOI, ArXiv ID, etc.)
Returns:
PDF availability information
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": "get_paper_pdf_infoArguments",
"type": "object"
}