Paper Search
download_iacr
Download PDF of an IACR ePrint paper. Args: paper_id: IACR paper ID (e.g., '2009/101'). 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_iacr?
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"
}
}
}