Paper Search
download_medrxiv
Download PDF of a medRxiv paper. Args: paper_id: medRxiv DOI. save_path: Directory to save the PDF (default: './downloads'). Returns: Path to the downloaded PDF file.
Remote adamamer20/paper-search-mcp-openai
Other tools also called download_medrxiv?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"paper_id": {
"type": "string",
"title": "Paper Id"
},
"save_path": {
"type": "string",
"title": "Save Path",
"default": "./downloads"
}
}
}