get_section_text
Retrieve the raw text of any section from an arXiv paper by providing its ID and section name. Extract key parts like abstract, introduction, or methodology for analysis.
Instructions
Retrieve the raw text content of a specific section of a paper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arxiv_id | Yes | arXiv paper ID | |
| section_name | Yes | Name of the section (e.g. 'Abstract', 'Introduction', 'Methodology') |