get_paper
Retrieve detailed information about a specific academic paper using its arXiv ID. Access metadata, abstracts, and other essential details through the arXiv MCP Server for research and analysis.
Instructions
Get details about a specific paper by its arXiv ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
paper_id | Yes | arXiv paper ID (e.g., 2104.13478 or cs/0001001) |
Input Schema (JSON Schema)
{
"properties": {
"paper_id": {
"description": "arXiv paper ID (e.g., 2104.13478 or cs/0001001)",
"type": "string"
}
},
"required": [
"paper_id"
],
"type": "object"
}