Fetch Full Text
fetch_fulltextExtract paper content from arXiv LaTeX source. Choose 'results' for lean results section or 'all' for full paper sections including abstract, method, and conclusion.
Instructions
Extract paper content from an arXiv paper's LaTeX source. Two modes: 'results' (default) returns 800 chars of results/experiments + 3 table captions. 'all' returns full paper sections (abstract, introduction, related work, method, results, conclusion) at up to 3000 chars each + 5 table captions. ~62% of arXiv papers have LaTeX source. May take a few seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arxiv_id | Yes | arXiv ID of the paper | |
| sections | No | 'results' (default): lean results section only. 'all': full paper — abstract, intro, method, results, conclusion, related work. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Where the text came from (e.g. arxiv). | |
| arxiv_id | No | ||
| results_text | No | Results/experiments excerpt (default 'results' mode). | |
| sections | No | Per-section text (sections='all'). | |
| table_captions | No |