download_paper
Download an academic paper PDF using DOI, title, URL, or citation. Retrieves from Sci-Hub or Unpaywall and returns the file path and citations.
Instructions
Download an academic paper PDF by DOI, title, URL, or citation. Default: Sci-Hub/pdfHosts. Optional Unpaywall OA only if SCIPDF_UNPAYWALL_EMAIL is set AND SCIPDF_PREFER_OA=true. Returns path, source (scihub|unpaywall|cache), citations. Use force=true to re-download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Re-download even if file exists (default false) | |
| query | Yes | DOI (10.xxxx/...), title, publisher URL, or citation string | |
| outdir | No | Override download directory | |
| filename | No | Override output filename | |
| query_type | No | How to interpret query: auto (default), doi, url, title, or citation | |
| with_citation | No | Include APA/GB/T/BibTeX (default true) |