read_by_cite_key
Download and extract full text from a paper by its cite key. Checks cache first to avoid redundant downloads, then extracts text from the PDF.
Instructions
Download and extract full text from a paper using its cite_key.
Checks for cached full text first, then downloads the PDF and extracts text via pypdf. The extracted text is cached in the local library.
Args: cite_key: The paper's cite_key (e.g. 'Kxq') from search results. save_path: Directory for PDF download (default: /downloads). Returns: The extracted text content, or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cite_key | Yes | ||
| save_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |