download_crossref
Try to download a paper PDF using CrossRef metadata. Since CrossRef does not host PDFs, the tool returns an error message directing you to alternative download methods for arXiv, Sci-Hub, or Semantic Scholar.
Instructions
CrossRef does NOT support direct PDF downloads.
CrossRef is a metadata/citation database only - it does not host PDFs.
INSTEAD (try in order):
1. download_arxiv(id) - if arXiv preprint (always works)
2. download_scihub(doi) - if published before 2023
3. download_semantic(id) - last resort (may not have PDF)
Args:
paper_id: DOI (e.g., '10.1038/nature12373').
save_path: Unused.
Returns:
Error message explaining alternatives.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No |