arxiv_fetch_paper_text
Retrieve the full text of an arXiv paper by providing its paper ID. Falls back to abstract and metadata when HTML is not available.
Instructions
Fetch the readable text content of an arXiv paper.
First tries the HTML version of the paper (available for most papers submitted after ~2023 with LaTeX source). Falls back to returning the full abstract and metadata if the HTML version is unavailable.
Use arxiv_get_paper first to find the paper ID, then call this tool to read the paper's content.
Args: params (FetchPaperTextInput): - paper_id (str): arXiv paper ID, e.g. '2303.08774'
Returns: str: Extracted paper text (up to 10,000 characters) or full abstract with links when HTML is unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |