paper_get_text
Return the full text of an indexed open-access paper by its corpus key (e.g. 'arxiv:2310.12345'), paginated by passage. Use from_seq + max_passages to page through it. For works not indexed locally, returns a pointer to find the open-access URL via paper_search / paper_details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_seq | No | Passage index to start from (0-based, default 0). | |
| paper_key | Yes | Corpus key of an indexed paper, e.g. 'arxiv:2310.12345' or 'pmc:PMC1234567'. | |
| max_passages | No | Maximum passages to return per call (default 40, max 200). |