Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_papers | Search arXiv papers with advanced query syntax. Query supports field prefixes:
Boolean operators: AND, OR, ANDNOT Examples:
|
| get_paper | Get detailed information about a specific arXiv paper. Returns complete metadata including abstract, authors, categories, and more. Optionally downloads the PDF to local storage. Accepts flexible ID formats:
|
| download_paper | Download PDF for a specific arXiv paper. Downloads the PDF to the local download directory (./.arxiv by default). Returns the local file path upon success. |
| list_downloaded_papers | List all PDFs that have been downloaded to local storage. Returns a list of downloaded papers with file information. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| search_arxiv_prompt | Prompt template for searching arXiv papers. |
| download_paper_prompt | Prompt template for downloading papers. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_downloads_resource | Get list of downloaded papers as a resource. Returns markdown-formatted list of all locally downloaded papers. |