Read Paper
read_paperReads a previously saved paper's markdown content from your personal library, with pagination support via start and max_chars; if missing, instructs you to download it first.
Instructions
Read back the markdown text of a paper previously stored by download_paper. Supports pagination via start/max_chars. Reads {storageDir}/{paper_id}.md (shared with arxiv-mcp-server). If the paper is not stored, returns an error asking to download_paper first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Character offset to start from (default 0) | |
| paper_id | Yes | The slug returned by download_paper | |
| max_chars | No | Maximum characters to return (default 50000) |