list_papers
List all papers that were previously downloaded via download_paper, displaying their arXiv IDs. Check which papers are stored locally before reading their full content.
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 | |||