list_papers
Lists all papers downloaded and stored locally, returning metadata such as title, authors, published date, and version. Use compact=true for arXiv IDs only.
Instructions
List all papers that have been downloaded and stored locally via download_paper. Returns id, title, authors, published, and arxiv_version/versioned_id from local metadata — no live re-fetch. Set compact=true to return arXiv IDs only. 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 |
|---|---|---|---|
| compact | No | If true, return arXiv IDs only. Default is full local metadata (id, title, authors, published, arxiv_version, versioned_id). |