download_by_cite_key
Download a paper's PDF using its cite key. Checks your local library for an existing PDF, then retrieves it from sources.
Instructions
Download a paper's PDF using its cite_key.
Looks up the paper in the local library by cite_key, checks for an existing local PDF, then falls back to download_paper.
Args: cite_key: The paper's cite_key (e.g. 'Kxq') from search results. save_path: Directory to save the PDF (default: /downloads). Returns: Path to the downloaded PDF, or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cite_key | Yes | ||
| save_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |