Fetch Full Text
fetch_fulltextExtract paper content from an arXiv paper's LaTeX source, falling back to PDF text. Two modes: 'results' (default) returns ~800 chars of results/experiments + up to 3 table captions — lean, ideal for checking a reported number. 'all' returns full paper sections (abstract, introduction, related work, method, results, conclusion) at up to 3000 chars each + 5 table captions, ~15KB, so prefer 'results' unless you need the whole paper. Content is available for ~95% of arXiv papers; a 404 means neither LaTeX nor PDF extraction yielded text. May take a few seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arxiv_id | Yes | arXiv ID of the paper | |
| sections | No | 'results' (default): lean ~800-char results/experiments excerpt + table captions. 'all': full paper (abstract, intro, method, results, conclusion, related work) — much larger payload. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Where the text came from (e.g. arxiv). | |
| arxiv_id | No | ||
| sections | No | Per-section text (sections='all'). | |
| results_text | No | Results/experiments excerpt (default 'results' mode). | |
| table_captions | No |