Skip to main content
ArXiv is an open-access repository tool that lets your agent search, retrieve metadata, download, and monitor the latest academic papers across scientific disciplines.

Setup

  1. In Agent Studio, go to ToolsArXivConnect
  2. No authentication required, the tool is ready to use immediately.

Available actions

Adding to an agent

  1. Open your agent in Agent Studio → Agent Builder
  2. Go to Tools and enable ArXiv
  3. Select only the actions your agent needs
  4. Set auth mode: No auth needed

Example use cases

Daily research digest Configure an agent to call ARXIV__GET_DAILY_UPDATES each morning for categories like cat:cs.AI and cat:cs.LG, then summarize the most relevant new papers for your team. Literature review assistant Use ARXIV__SEARCH_PAPERS to find papers matching a research topic, then follow up with ARXIV__GET_PAPER_METADATA to collect structured details on each result for citation management or summarization. On-demand paper fetcher Build an agent that accepts an arXiv ID from a user, calls ARXIV__GET_PAPER_METADATA to confirm the paper, and uses ARXIV__DOWNLOAD_PAPER to retrieve the PDF for local storage or further processing.