download_paper
Download arXiv research papers by providing their arXiv ID using the ArXiv MCP Server. Automatically generates a resource for the paper, enabling easy access and integration of scientific content.
Instructions
Download a paper and create a resource for it
Input Schema
Name | Required | Description | Default |
---|---|---|---|
check_status | No | If true, only check conversion status without downloading | |
paper_id | Yes | The arXiv ID of the paper to download |
Input Schema (JSON Schema)
{
"properties": {
"check_status": {
"default": false,
"description": "If true, only check conversion status without downloading",
"type": "boolean"
},
"paper_id": {
"description": "The arXiv ID of the paper to download",
"type": "string"
}
},
"required": [
"paper_id"
],
"type": "object"
}