Convert Arxiv To Markdown
convert_arxiv_to_markdownConvert arXiv papers to Markdown via arxiv2md.org API. Filter sections, remove references, and manage citations.
Instructions
Convert an arXiv paper to Markdown format using the arxiv2md.org API.
This tool takes an arXiv URL and converts the paper to Markdown format via the arxiv2md.org API service.
Rate Limited: This tool is subject to a server-wide rate limit of 3 requests/second.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sections | No | List of section names to filter (default: []) | |
| arxiv_url | Yes | The arXiv URL (e.g., https://arxiv.org/abs/1706.03762) | |
| remove_toc | No | Remove table of contents (default: False) | |
| remove_refs | No | Remove references section (default: True) | |
| section_filter_mode | No | How to filter sections - "exclude" or "include" (default: "exclude") | exclude |
| remove_inline_citations | No | Remove inline citations (default: True) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Original arXiv URL | |
| title | No | Paper title from metadata | |
| authors | No | Paper authors from metadata | |
| abstract | No | Paper abstract from metadata | |
| markdown | Yes | The converted markdown content |