get_paper_data
Retrieve comprehensive details about a specific arXiv paper, including abstract and available formats, by providing its unique paper ID.
Instructions
Get detailed information about a specific paper including abstract and available formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"paper_id": {
"title": "Paper Id",
"type": "string"
}
},
"required": [
"paper_id"
],
"type": "object"
}