Paper Search
download_pubmed
Attempt to download PDF of a PubMed paper. Args: paper_id: PubMed ID (PMID). save_path: Directory to save the PDF (default: './downloads'). Returns: str: Message indicating that direct PDF download is not supported.
Remote adamamer20/paper-search-mcp-openai
Other tools also called download_pubmed?
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"
}
}
}