list_papers
Lists all arXiv papers downloaded to local storage, returning their arXiv IDs for retrieval.
Instructions
List all papers that have been downloaded and stored locally via download_paper. Returns arXiv IDs only — use read_paper to access content. Returns an empty list if no papers have been downloaded yet. Workflow: search_papers -> download_paper -> list_papers -> read_paper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||