semantic_scholar_paper_details
Retrieve comprehensive details about academic papers from Semantic Scholar using its paper ID or DOI, enabling efficient research and analysis.
Instructions
Get detailed information about a specific paper from Semantic Scholar
Input Schema
Name | Required | Description | Default |
---|---|---|---|
paperId | Yes | Semantic Scholar paper ID or DOI |
Input Schema (JSON Schema)
{
"properties": {
"paperId": {
"description": "Semantic Scholar paper ID or DOI",
"type": "string"
}
},
"required": [
"paperId"
],
"type": "object"
}