get_abstract
Fetch abstract and metadata of an arXiv paper by ID to assess its relevance before downloading the full text.
Instructions
Fetch the abstract and metadata of an arXiv paper by ID, WITHOUT downloading the full paper. Use this before download_paper to assess relevance and save tokens. Returns: title, authors, abstract, categories, published date, and PDF URL. Workflow tip: search_papers -> get_abstract (check relevance) -> download_paper (if needed) -> read_paper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | The arXiv paper ID (e.g. '2401.12345' or '2404.19756') |