get_abstract
Fetch the abstract and metadata of an arXiv paper by ID to assess relevance before downloading the full paper.
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') |