get_paper_details
Retrieve comprehensive details of a specific arXiv paper by entering its unique ArXiv ID, enabling precise access to research information and metadata.
Instructions
Get detailed information about a specific paper by ArXiv ID.
:param arxiv_id: The ArXiv ID (e.g., '2301.12345')
Input Schema
Name | Required | Description | Default |
---|---|---|---|
arxiv_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"arxiv_id": {
"title": "Arxiv Id",
"type": "string"
}
},
"required": [
"arxiv_id"
],
"type": "object"
}