download_papers
Batch download academic papers from multiple identifiers. Accepts DOIs, titles, URLs, or bibliography files, deduplicates and returns indexed results with a manifest.
Instructions
Batch-download papers. Accepts list of DOIs/titles/URLs, or a single bib/ris/pasted bibliography blob. Dedupes DOIs, writes scipdf-manifest.json, returns indexed results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| outdir | No | ||
| queries | Yes | List of DOIs, titles, URLs, or one multi-line bib/ris text | |
| query_type | No | How to interpret query: auto (default), doi, url, title, or citation | |
| write_manifest | No | Write scipdf-manifest.json (default true) |