read_iacr_paper
Retrieve the full text of any IACR paper by its ID. Input the paper ID to get the content as Markdown, with an option to save the PDF file locally.
Instructions
Download and extract full text from IACR paper.
Args:
paper_id: IACR ID (e.g., '2024/123').
save_path: Directory to save PDF.
Returns:
Full paper text in Markdown format.
Example:
read_iacr_paper("2024/123")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No |