read_scihub_paper
Download and extract full text of pre-2023 academic papers from Sci-Hub as Markdown with metadata. Requires a DOI.
Instructions
Download and extract full text from paper via Sci-Hub (older papers only).
USE THIS TOOL WHEN:
- You need the complete text content of a paper (not just abstract)
- The paper was published BEFORE 2023
- You want to analyze, summarize, or answer questions about a paper
This downloads the PDF and extracts text as clean Markdown format,
suitable for LLM processing. Includes paper metadata at the start.
WORKFLOW: search_crossref(query) -> get DOI -> read_scihub_paper(doi)
Args:
doi: Paper DOI (e.g., '10.1038/nature12373').
save_path: Directory to save PDF (default: ~/paper_downloads).
Returns:
Full paper text in Markdown format with metadata header,
or error message if download/extraction fails.
Example:
read_scihub_paper("10.1038/nature12373")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doi | Yes | ||
| save_path | No |