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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No | ./downloads |