read_paper
Read the full text of a downloaded arXiv paper in markdown format. Paginate through large papers using start and max_chars parameters.
Instructions
Read the text content of a paper that was previously downloaded via download_paper. Returns the paper in markdown format and supports start/max_chars pagination for large papers. Will fail with a clear error if the paper has not been downloaded yet — call download_paper first. Workflow: search_papers -> download_paper -> read_paper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Zero-based character offset for reading large papers in chunks | |
| paper_id | Yes | The arXiv ID of the paper to read | |
| max_chars | No | Maximum raw paper characters to return from start; omit for full content |