The ArxivPaperTool
searches arXiv for papers matching a query and optionally downloads PDFs.
ArxivPaperTool
ArxivPaperTool
queries the arXiv API for academic papers and returns compact, readable results. It can also optionally download PDFs to disk.
crewai-tools
.
search_query
(e.g., “transformer neural network”).max_results
(1–100) and enable PDF downloads in the constructor.download_pdfs
(bool, default False
): Whether to download PDFs.save_dir
(str, default ./arxiv_pdfs
): Directory to save PDFs.use_title_as_filename
(bool, default False
): Use paper titles for filenames.search_query
(str, required): The arXiv search query.max_results
(int, default 5
, range 1–100): Number of results.download_pdfs=True
, PDFs are saved to disk and the summary mentions saved files.
download_pdfs=True
, PDFs will be stored in save_dir
.max_results
.save_dir
is writable.